I have the following code that shows in combobox "cboCust" the information of ColumnB, how can I modify the code to show in combobox ColumnB and C?
![]()
Please Login or Register to view this content.
I have the following code that shows in combobox "cboCust" the information of ColumnB, how can I modify the code to show in combobox ColumnB and C?
![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Surround your VBA code with CODE tags e.g.;
[CODE]your VBA code here[/CODE]
The # button in the forum editor will apply CODE tags around your selected text.
That worked great thank you so much!
AlphaFrog, can you please help me to adjust the code if I want to select non-adjacent columns such as B, M and T?
One way would be to set the ColumnCount to 19 (Column B to Column T) and set the ColumnWidths for the Columns not needed to 0.
Or you can copy the needed Columns into another Sheet (Hidden or VeryHidden?) and use that.![]()
Please Login or Register to view this content.
thank you that worked
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks