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 Project Code

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 can send new excel file ? but I am learning how to change the module
codes using macro.

Any suggestions ?