Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vba

0 votes
947 views
1 answer
    Currently I can run 2 Excel VBA processes simultaneously within 2 separate Excel instances on 1 PC. My goal ... 2 VBA processes simultaneously.) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
866 views
1 answer
    I'm doing video analysis. The end result array I get is something like: signal = Columns 1 through 7 ... nicely drawn curve without noise. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
826 views
1 answer
    The script below works great but I have to manually run the Initialize_handler routine every time I open ... () Initialize_handler End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
987 views
1 answer
    I can not seem to get my Excel workbook (using ADODB) to work with Excel Mac 2011. I am using ADODB code. ... ? Has anyone gotten this to work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
852 views
1 answer
    I have both Word 2007 and 2010 installed. I need to open Word from within Excel but I need to specify ... Set wordApp2010 = Nothing End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
900 views
1 answer
    I am trying to find a code that works to convert my excel into PDF (Adobe). So far my research to find the ... this. Thank you very very much. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
859 views
1 answer
    my data set looks like Col A A/05702; A/05724; A/05724;A/05724;A/05725;A/05725; corresponding Col B 1;1; ... by "," Any help is appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    Hello i have an Excel table with some formats 10(Red) -> 15(Green), but at the end I loose all the ... Nothing Set TempWB = Nothing End Function See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have an Access database with 10+ text controls. I'd like to have some code to handle the CTRL + A KeyPress ... m still a noob with VBA/Access. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
864 views
1 answer
    I am trying to find a way to take a string of HEX values and convert them to BIN. I need to convert 1 ... help would be great. Thanks, Larry See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
761 views
1 answer
    Lets say I have two tables, one for transactions, and another table who's primary key is the foreign key in ... that escapes me. Thanks Justin See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have the following code in my Excel sheet: Sub DeleteRows 'Filter CMReport to delete (Blank) rows. With ... What am I doing wrong. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
788 views
1 answer
    Posting this question do I can provide a full example for anyone like me who needed to figure this out... ... if you need something similar. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    The below Sub is supposed to paste an Excel chart into a newly created PowerPoint slide. It then exports the chart ... setting the focus or so. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    The following macro works just fine. It opens an instance of IE and uses the "getelementsbyclassname" method to ... Screenshot for D. Zemens See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
856 views
1 answer
    I use the following type of code to retrieve data from some Excel Workbooks (path is a Parameter) Dim strSQL As ... first row of my data table? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    In a dropdown list I have a few items. Can I, when I select an item, get the position of that item in the list as a number? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
874 views
1 answer
    Create a form that runs the following code. MsgBox (VBE.ActiveCodePane.CodeModule) And this message appears. Now save, ... What's going on here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How do I get an Open File dialog for Access 2010 64bit? Normally I would use the common dialog control but ... used with Access 2010 64 bit. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    After searching google and SO, I see that there is a way for me to search a dictionary for an ... wildcard searching the dictionary keys? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
902 views
1 answer
    I have a macro that takes the description of an email that I've selected and populates the "message" field ... BLA.. ComboboxValue: Item1 Thx See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
840 views
1 answer
    I am trying to create a simple VLOOKUP function for my spreadsheet using the below: In the first sheet =VLOOKUP( ... what is causing the error? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    I have have the following data in excel: a, b, c d e f, g h i with each row, representing a row ... .ScreenUpdating = True End With End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
724 views
1 answer
    I currently have code to allow me to look through the rows with matching ID from Sheet 1 and Sheet 2. When both ... code that I have for now. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    Thanks for your site. Wonderful information. In a nutshell, I'm trying to execute the following code from ... be greatly appreciated. Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    How do you find the last row of data when the data in your worksheet is filtered? I have been playing around ... to Sid's solution below... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
696 views
1 answer
    I want to embed a procedure in an Excel sheet that will detect when a cell's format changes, e.g. from ... whether the content type has changed? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
839 views
1 answer
    I have a macro that fires on the "Worksheet_SelectionChange" event. The macro validate data of one column, it ... solve this problem? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.7k users

...