PDA

View Full Version : Solved: VBA Coding not Updating in Excell Run`s



afzalw
07-03-2012, 11:42 PM
I am changing my code in VBA but I am not getting that changes in excell when I ran the Macro. I even delete few codes to see if it don`t show in the Excell Run but its showing there, its like code is not updating excell I closed and saved but couldnt solve this problem any hints...!!

Aussiebear
07-03-2012, 11:53 PM
Care to post the workbook? Bit hard to say right now as I can't see anything. Click on Go Advanced, scroll down to Manage Attachments and follow the prompts from there

Simon Lloyd
07-04-2012, 12:11 AM
try this, in a standard module putSub Events_On()
Application.EnableEvents = True
End SubRun that code and then see if your macros work :)

afzalw
07-04-2012, 12:13 AM
I copied the whole Macro in an new excel file and now its working fine and updating excel, solved. Thanks