View Single Post
  #3  
Old December 15th 06, 04:09 PM posted to microsoft.public.outlook.program_forms
Pentoast
external usenet poster
 
Posts: 5
Default Import Excel file to array to fill ComboBox

That would probably work better, but as I said before, I'm pretty new
at this, so I'm not too sure how to define the range that I need. I
tried this, but it didn't work.

MyVariable=objXL.Cells(1, 1).Cells(1, 10).Value

I'm just not sure what exactly to use. Any code or help will be
greatly appreciated. Thanks!



Sue Mosher [MVP-Outlook] wrote:
What about defining a range that covers all the cells you want to import?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


Ads