Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Summary: Hi I was wondering if anyone knows how to collect data from excel, and code it in VBA so it transfers it into a combo box in VBA, because i'm doing a project and i need the names of 4 teams that a...
Summary: I've beent hinking about this porblem for a while and and idea came to my mind. What if I just put the four combo boxes in their relative spaces and assign a specific table depending on what the user ...
Summary: No input boxes in batch scripts as they are command line code. To prompt for an input string code Set /P Xname=Enter New Filename^> And by the way what is the %1 parameter? ...