Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I copy vba code from a web page to a standard code module? Note: I
don't know what a standard code module is. Thanks. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the VBA editor, go to the Insert menu and choose Module. Cut
and paste the code from the web page to that module. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "1vagrowr" wrote in message ... How do I copy vba code from a web page to a standard code module? Note: I don't know what a standard code module is. Thanks. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the code on the web page, and then copy it Ctrl-C.
In Excel, go to the VBIDE (Alt-F11), and menu InsertModule, then paste the code (Ctrl-V) there. -- HTH RP (remove nothere from the email address if mailing direct) "1vagrowr" wrote in message ... How do I copy vba code from a web page to a standard code module? Note: I don't know what a standard code module is. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Absolute Dates | Excel Discussion (Misc queries) | |||
Lost my Paste | Excel Discussion (Misc queries) | |||
Highlighting | Excel Discussion (Misc queries) | |||
Each Click of the Mouse | Excel Discussion (Misc queries) | |||
Error trapped only while stepping through the code - Not triggered when run | Excel Discussion (Misc queries) |