Forum Discussion
Riley_Johnson
Apr 25, 2024Copper Contributor
Can you manipulate the contents of a sheet while a Userform is loaded and shown?
This might be a dumb question, but it is the only solution I can think of to my problem. I have a Userform that takes in a series of range addresses via the refEdit control. One of the tests I ru...
AshaKantaSharma
Aug 20, 2024Iron Contributor
You can manipulate cell values while a UserForm is open, but issues can arise from recalculations, event conflicts, or form visibility changes. Use error handling, manage screen updates, and debug your code to identify and fix the issue. Avoiding complex controls like RefEdit and ensuring proper handling of the UserForm's visibility should help stabilize your application.