Thread: vba proj
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fi.or.jp.de fi.or.jp.de is offline
external usenet poster
 
Posts: 93
Default vba proj

Hi All,

I have excel based tracker. All the macro part working fine.


Problem is I sent the file to all the users.


Small mistake I made in Macro part ie.,


instead of Uform.optionbutton1 = true I put that one as
Uform.optionbuttion2 = true.


I need to change only one line code in the module.


I am learning how to change the module codes using macro.

pls. let me know how to do this ?