PDA

View Full Version : Solved: Notification when macro is executed



Riaaz66
06-17-2008, 04:34 AM
Hi,

I have a workbook containing different sheets. One sheet is a main sheet with several buttons that are attached to VBA codes.

What I want is that when I press a "macro'-button, the cell next to the button should have the value "Done."

How can I get this done.

Regards,

Riaaz66

Oorang
06-17-2008, 06:28 AM
Worksheets("MySheetName").Range("A1").Value = "Done"