I\'ve been playing around with a class module which contains multiple versions of itself to build up a tree structure.
I am new to vba and macros in powerpoint.. What is the correct syntax to position an image down -30? PPT.ActiveWindow.View.GotoSlide 9
I\'m using pywin32 to read and write to excel. Now the only method I know is accessing Range.Value however, I usually don\'t know t开发者_StackOverflow社区he size of the full excel table in advance.
I have hundreds of DWG, AutoCAD files that I would like search and catalog into an MS Access Database.
When I open excel in MS Access through the following VBA code: Set objApp = GetObject(, \"Excel.Application\")
I have created a macro that forwards an email on to a recipient once a button is clicked. However, I want the macro to also delete the email (sending it to the recycle bin).
I have an Excel 2003 Spreadsheet which reference other add-ins. The add-ins are installed in the same location in all PCs at C:\\program files\\MyPlugins\\
I am trying to write a loop that adds odd numbers up to a certain point. How can I get the inte开发者_开发技巧ger i to go up by 2. I know there is a way, it\'s something like i by 2, but I don\'t reme
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
UserForm1.TextBox1.Value = \"G4\"开发者_运维问答 Set CodeRange = Range(UserForm1.TextBox1.Value, Cells(Rows.Count, \"G\").End(xlUp))