D
dak
Hi, I'm a very excited newbie... used to program but it's been awhile.
I'm making a Word VBA program to parse a table and make a new sheet
of labels, and I totally get all the loops and subroutines and
functions and stuff... I'm just confused about how to start.
When I start my program, from a menu or a shortcut key or whatever I
end up choosing, it will call up a dialog box, and dismissing that box
will start the whole ball rolling. Do I make a whole bunch of
individual macros (subroutines) and call them from a main program? Do
I list them all in order? As I add functions/subroutines/whatever
they just get added to my overall program. But I don't know how to
run them. All of the coding samples I've seen only show individual
functions or subroutines. I'd love to see a complete VBA program that
calls all the different functions in order.
I feel lame... I feel like I grasp all the individual pieces, I just
can't see the whole picture. I know how I want it all to run, I just
don't get how I'm supposed to organize everything.
Thanks so much in advance for any help!!
--dak
I'm making a Word VBA program to parse a table and make a new sheet
of labels, and I totally get all the loops and subroutines and
functions and stuff... I'm just confused about how to start.
When I start my program, from a menu or a shortcut key or whatever I
end up choosing, it will call up a dialog box, and dismissing that box
will start the whole ball rolling. Do I make a whole bunch of
individual macros (subroutines) and call them from a main program? Do
I list them all in order? As I add functions/subroutines/whatever
they just get added to my overall program. But I don't know how to
run them. All of the coding samples I've seen only show individual
functions or subroutines. I'd love to see a complete VBA program that
calls all the different functions in order.
I feel lame... I feel like I grasp all the individual pieces, I just
can't see the whole picture. I know how I want it all to run, I just
don't get how I'm supposed to organize everything.
Thanks so much in advance for any help!!
--dak