Problems trying to copy sheet

N

nc

Hi

I am trying to make a copy of a sheet in an Excel workbook, but each time a
message pops up with Microsoft Visual Basic, Disk full: 'x:\VBBF.tmp'

Please help
 
T

TomHinkle

I'm assuming X is a network drive.

I get this error all the time and it basically means you've exceeded your
capacity on that network drive/directory..


If you want to test that theory before calling the help desk, copy it to
your hard drive and see if the macro works copying to your c drive.

If that's the case, you can

- zip files
- delete files
- call help desk to get more disk space..
 
Top