F
Fan924
I had to uninstall and reinstall Office 97. It was crashing randomly.
I have the Analysis Toolpak installed and macros enabled. Now, My
macros are not working correctly. Many errors. The example below, It
moves the number to A4 correctly ....but not to A5 and no beep. Yes,
it all worked correctly before I reinstalled Office.
Sub Size20()
Range("A4").Value = "4096"
Range("A5").Value = "4096"
Beep
End Sub
I have the Analysis Toolpak installed and macros enabled. Now, My
macros are not working correctly. Many errors. The example below, It
moves the number to A4 correctly ....but not to A5 and no beep. Yes,
it all worked correctly before I reinstalled Office.
Sub Size20()
Range("A4").Value = "4096"
Range("A5").Value = "4096"
Beep
End Sub