Afternoon everyone,
wonder if someone could help quickly. i am trying to set a command button up to save as, and use the value of I6 as the file name. ive tried to set it up but debugger pops up. i think im only missing something small. here what i have at the moment.
Many thanks for your time![]()
Sub Button1_Click() ThisWorkbook.SaveAs (Range(I6).Value) End Sub
Sean
Bookmarks