D Dhamo New Member Feb 20, 2013 #1 Hi, I have an user form (similar to find & Replace functionality), when the form is running, I want to edit cells in worksheet. How this can be achieved?
Hi, I have an user form (similar to find & Replace functionality), when the form is running, I want to edit cells in worksheet. How this can be achieved?
Luke M Excel Ninja Staff member Feb 20, 2013 #2 when you call the form, put it in VBmodeless mode Code: UserForm1.Show vbModeless