dantheman9
Board Regular
- Joined
- Feb 5, 2011
- Messages
- 175
Hi I have a couple of quick questions;
1) can the print command be used to form text files (like it can be for html files).
2) I have a list of data that is imported into excel vba textboxs . atm using;
However, when ever I use CurrentRegion Select, or xlUP etc, if any of the textbox cells are blank they are still selected, is there any way around this?
Cheers
Dan
1) can the print command be used to form text files (like it can be for html files).
2) I have a list of data that is imported into excel vba textboxs . atm using;
Code:
range('A1').Select
ActiveCell = Textbox 1
etc etc
However, when ever I use CurrentRegion Select, or xlUP etc, if any of the textbox cells are blank they are still selected, is there any way around this?
Cheers
Dan