Visvang
07-13-2010, 09:55 AM
i have a module1
Public sub 123()
activeworkbook.save
mod3.321
end sub
now i want the make a new module (module2) and get the value of line3/4 of module1, beacause i want to change the lines based on what they are, basicly i just want to change line3/4 to
'activeworkbook.save
'mod3.321
or to
activeworkbook.save
mod3.321
is there a way to get that value or not
Public sub 123()
activeworkbook.save
mod3.321
end sub
now i want the make a new module (module2) and get the value of line3/4 of module1, beacause i want to change the lines based on what they are, basicly i just want to change line3/4 to
'activeworkbook.save
'mod3.321
or to
activeworkbook.save
mod3.321
is there a way to get that value or not