Hello All,
I'm creating a tool at work that takes large amounts of data from our production test cells, sort it, then post processes it. I didn't want to use a User Form for this tool, so I have several ListBox and ComboBoxes on the first sheet which allows the user to select the file and attributes.
The problem I am having is that when I run the macro to populate these ListBoxes and ComboBoxes, they automatically resize, which screws up the overall appearance of the sheet, and is rather annoying. I've tried going into the properties and setting the height, width, top and left, but that has not fixed the issue. How can I set these parameters in my macro?
Thanks!
I'm creating a tool at work that takes large amounts of data from our production test cells, sort it, then post processes it. I didn't want to use a User Form for this tool, so I have several ListBox and ComboBoxes on the first sheet which allows the user to select the file and attributes.
The problem I am having is that when I run the macro to populate these ListBoxes and ComboBoxes, they automatically resize, which screws up the overall appearance of the sheet, and is rather annoying. I've tried going into the properties and setting the height, width, top and left, but that has not fixed the issue. How can I set these parameters in my macro?
Thanks!