M Mahes Nov 2, 2008 #1 On worksheet if underline is given & try to save the same is rejected. Error report is created, help me how to solve the problem.
On worksheet if underline is given & try to save the same is rejected. Error report is created, help me how to solve the problem.
D Dave Peterson Nov 2, 2008 #2 Just a wild guess... Try changing to a different printer or different printer driver. Maybe it's how excel wants to display the underline that's causing the trouble.
Just a wild guess... Try changing to a different printer or different printer driver. Maybe it's how excel wants to display the underline that's causing the trouble.
G Gary''s Student Nov 2, 2008 #3 Should work: Sub Macro2() ' ' Macro2 Macro ' Macro recorded 11/2/2008 by James Ravenswood ' With ActiveWorkbook .SaveAs Filename:="C:\Documents and Settings\Owner\Desktop\_.xls" End With End Sub
Should work: Sub Macro2() ' ' Macro2 Macro ' Macro recorded 11/2/2008 by James Ravenswood ' With ActiveWorkbook .SaveAs Filename:="C:\Documents and Settings\Owner\Desktop\_.xls" End With End Sub