O
Ola Sigurdh
Hello
I have this short macro that´s not working
Sub Save_sheets()
Sheets("Faktura" & "Materialspec" & "Diverse").Select
Selection.SaveAs Filename:="C:\VVS\Fakturor\" & Range("F5") & "xls",
FileFormat:=xlTextWindows
End Sub
What I try to do is saving three different sheets in a workbook with seven
sheets to a new workbook. I get an error message which say´s index outside
the interval. What is wrong
TIA
OLA
I have this short macro that´s not working
Sub Save_sheets()
Sheets("Faktura" & "Materialspec" & "Diverse").Select
Selection.SaveAs Filename:="C:\VVS\Fakturor\" & Range("F5") & "xls",
FileFormat:=xlTextWindows
End Sub
What I try to do is saving three different sheets in a workbook with seven
sheets to a new workbook. I get an error message which say´s index outside
the interval. What is wrong
TIA
OLA