View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default where do you put programs?

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

to open a fresh module.

Put your stuff in there.
--
Gary's Student - gsnu200742


"console1" wrote:

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]