Excel cell value editing when VBA program running -
When the Excel VBA macro acquisition is done, can we change the value of the cell in Excel, in which the program is running? Edit options when I want to enable the script / running program
When there are too many loops in your VBA You can still work in excel by adding:
two events Add inside this loop, it may be added to other events (such as user replacements ) The program happens during the run.
Remember the warnings already told to you, you can seriously disrupt your VBA script, as the user actually has all the Excel spreadsheet content that you can interact with in your script.
Example of a small "funny":
option clear subnotomic_dear () dim timer 1 date timer 1 = now () while doing so () & lt; Timer 1 + 10/60/60/24 'Finish it for 10 seconds only ActiveSheet.Range ("A1"). Value2 = Selection.Address Loop MsgBox "END" End Sub
Comments
Post a Comment