Link to home
Start Free TrialLog in
Avatar of ouestque
ouestqueFlag for United States of America

asked on

Excel VBA: Count # Columns When Downloading From Database

What VBA do I need to count number of columns of data importing from a database in network.

i.e., Usually to do this you only need the connection string and SQL. SQL = "Select * From..."
ASKER CERTIFIED SOLUTION
Avatar of Rgonzo1971
Rgonzo1971

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ouestque

ASKER

Thanks Rgonzo!