where do you put programs?

  • Thread starter Thread starter console1
  • Start date Start date
C

console1

hi all

not clear where to put a program for excel.

i write it using the vbeditor, using the vba language but then.... where
do i put it? in a cell? in a macro? outside excel as a vbscript?


i'm confused


thanks]
 
From Excel:
Touch ALT-F11 to open VBE
Touch ALT-i
ALT-m

to open a fresh module.

Put your stuff in there.
 
If you've already written it in Excel's VBA Editor, then it is contained in
a workbook in Excel. That's where it stays.

- Jon
 

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