![]() |
#5
|
||||
|
||||
![]()
I don't see why not. Just make sure you include the reference in your project to the Microsoft Excel 12.0 (or whatever) Object Library (Tools->References...). Does each team have the same number of players? If so, you could do a loop, something like:
Code:
Dim i as integer Dim wkbkTarget as Workbook Set wkbkTarget = Excel.Workbooks.Open(C:\path\filename) For i = 1 to 10 '//If there are 10 players// ComboPlayers.Additem wkbkTarget.Range.Cell("A", i) Next i Good luck. Last edited by jpb103; 06-24-2014 at 12:19 PM. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
excel drop down boxes | kaschlegel | Excel | 1 | 07-22-2013 10:23 PM |
![]() |
DeadBatteries | Word | 1 | 08-24-2012 09:09 AM |
![]() |
rkalapura | Excel | 1 | 05-27-2012 02:23 AM |
![]() |
dmncs | Word VBA | 1 | 05-06-2012 09:29 PM |
![]() |
Thomas Farmery | Word | 7 | 01-05-2011 01:58 AM |