Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for your help here! As you probably figured out, I'm not
that great at actual coding, but BOY can I pretend to code using macros! *sigh*... I have very slightly modified the code above, replacing the sCellref value "people" with a named range name and the file and path names to point to my files. I keep getting an error messag that the source or object is read only when running the script. I have also noticed that the rDest never seems to get a value assigned to it..the script gets through the script to the line: Set rsCon = CreateObject("ADODB.Connection") but then seems to error out on the next line: rsCon.Open strConnect and jumps to the errExit line, which then gives the above mentioned read only error. Thank you again for your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help...Code to copy sheet from closed workbook | Excel Discussion (Misc queries) | |||
Workbook named range not seen by ADO when workbook closed | Excel Programming | |||
ADO - closed workbook - Named range | Excel Programming | |||
referencing a named range from a closed workbook | Excel Programming |