Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, I'm trying to export an excel chart from vbscript If I run the code using a non-administator user it doesn't work If I put the same user in the administrators group it works. Any solution to make it working in the first case too? The folder I'm trying to export to has all the rigths: I give fullcontrol to everyone.. please help!!! E.G. This one work fine only with administrator's user: Ex.ActiveWorkbook.ActiveChart.Export "C:\FolderEveryOne\Image.gif" This one work fine always: Ex.ActiveWorkbook.save "C:\FolderEveryOne\file.xls" -- Mau ------------------------------------------------------------------------ Mau's Profile: http://www.excelforum.com/member.php...o&userid=27069 View this thread: http://www.excelforum.com/showthread...hreadid=466726 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Run-Time error '1004' : Select method of Range class failed | Excel Discussion (Misc queries) | |||
Run-Time Error 1004 Copy method of worksheet class failed | Excel Programming | |||
Run Time error 1004 Paste Method of Worksheet Class Failed | Excel Programming | |||
Run Time error '1004' when running Calculation method | Excel Programming |