copying vba code to a standard code module

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 
Select the code on the web page, and then copy it Ctrl-C.

In Excel, go to the VBIDE (Alt-F11), and menu Insert>Module, then paste the
code (Ctrl-V) there.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top