the only thing i see is that there is no path.
I see a file and a range but no path.
why is that?
The path is written in cell B1 of Table1 ...
I've also added .Value after ("B1")
Do you see it now?
MyPath = Worksheets("Table1").Range("B1").Value
> > ChDrive MyPath
> the only thing i see is that there is no path.
> I see a file and a range but no path.
[quoted text clipped - 21 lines]
> >
> >.
try commeting out hthe chdrive command.
>-----Original Message-----
>The path is written in cell B1 of Table1 ...
[quoted text clipped - 31 lines]
>>
>.
NA - 16 Nov 2004 15:53 GMT
I did it and it run perfect but using the c:\ drive
> try commeting out hthe chdrive command.
>
[quoted text clipped - 37 lines]
> >>
> >.
NA - 17 Nov 2004 00:25 GMT
It was a mapping problem.
It's working fine now.
Thanks
> try commeting out hthe chdrive command.
>
[quoted text clipped - 37 lines]
> >>
> >.
NA - 16 Nov 2004 15:52 GMT
I had already done that and it runs perfect but using the c:\ drive
> The path is written in cell B1 of Table1 ...
> I've also added .Value after ("B1")
[quoted text clipped - 28 lines]
> > >
> > >.