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
955 views
1 answer
    I have VBA code to run a particular code and I am trying to pause the next execution by giving it a wait ... : Method or data variable not found See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I would like to create a new XML node to append to an existing one in my XML file. Specifically, the ... ? trade.appendChild(newNode) Next trade See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I've searched and searched for an answer so I'll post this here. I'm trying to create a macro that will ... would be greatly appreciated! :-) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have a script that I found that currently saves attachments but I also need it to rename those attachments to ... is generated by the ERP. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
756 views
1 answer
    In my database there is a form that displays records filtered by an abbreviation you can choose from in a ... thread for clearer structue. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want to make a macro that copies two sheets in a new workbook. But the theme color in the new ... = ThisWorkbook Need help... Greetings See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
940 views
1 answer
    I have a monthly base with almost 373,000 lines. Of these, part has a low value or is blank. I'd like to ... Then Rows(i).Delete Next i End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am currently with a bit of a dilemma. After months working on a Macro/vba project the thing's gotten massive ( ... work if they feel like it) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
928 views
1 answer
    I am trying to open an Excel (xlsm) file via VBA. It may or may not be protected with a (known) password. ... not want. How to get around this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    This is my code of the .htmlbody .htmlBody="<html><center><img src='https://website.com/images/logo- ... and concatenate it inside the .htmlbody See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    I have the following VBA marco running in Excel 2003, it blocks the Save, Save as, Save Workspace, Send To ... False Thank you for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
846 views
1 answer
    I have been struggling to identify the cause of an error in a PPT Add-in that is distributed across about 40 end ... . So, what am I missing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
980 views
1 answer
    I am trying to confirm if a document contains some text, the only problem is this text is in the Header. ... help would be greatly appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to insert records from another table into a table in Access using sql. I have pasted ... SELECT * FROM ShouldImportMetricsIDsTable); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
805 views
1 answer
    This is already part 4 of what has now become my 1st StackOverflow trilogy :) Hopefully bringing it all together ... users than average... :P See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
976 views
1 answer
    I've written a script in vba to parse some information from a webpage. The thing is before scraping any information from ... 1);"></div></div> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    In Access 2016 I have a form with a listbox, and an Image Control named imgFrame. When a filename is clicked ... same way but saw no difference. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm pretty sure this worked properly in previous versions of Excel Test File: d/mm/yyyy hh:mm:ss 5/12/1999 ... ) Set WB = ActiveWorkbook End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am trying to save an embedded OLE Object (Excel workbook) from my current/open workbook to a location on the ... Workbooks.Open(fName) End If See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
882 views
1 answer
    I am doing a simple search engine in excel and I want to make some wildcards, for example: I have a cell where ... :=False) any ideas? thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am fresh-starter at VBA. How do I download PDF file using UrlDownloadToFile from http://cetatenie.just.ro/wp- ... End If Next i End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am using the following vba code to get emails from my inbox folder and move them to a sub folder called ... = myItems.FindNext Wend End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    For generating a report, I have create pdf with bellow approach. ActiveSheet.ExportAsFixedFormat _ Type:=xlTypePDF, ... in VBA references. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
941 views
1 answer
    I want to manage with VBA an Excel file embedded in another Excel file. I can find many results with .docx ... could you help me a bit? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to extract bold text using the range.find method and all is peachy except if the entire range ... . What does stackoverflow think? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I would like to be able to change the Textbox.DefaultValue during the 'On Load' event of a form such that ... Sub I am using Microsoft Access See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
906 views
1 answer
    I am trying to add a button to my worksheet during run-time. This button should just display different worksheet ... doing it the wrong way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
983 views
1 answer
    This might be a bit much to ask but I'm wondering if the following is possible. this is all based on my ... then it is considered a duplicate. 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

...