Avatar of route217
route217
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

other users unable to open saved file

Hi Expert's excel 2007

I am saving a file using vba code
WbkName = Left(ActiveWorkbook.Name, InStrRev(ActiveWorkbook.Name, ".") - 1) ActiveWorkbook.SaveAs Filename:="\\jjjdje.com\file2\" & WbkName & "_" & Format(Date, "dd mmm yy") & ".xslm

However, once the file saves other users are unable to open the file because you are asked to select a programme to open the file with...and also the excel icon when you save a file from the save as option is different. ..
Microsoft Excel

Avatar of undefined
Last Comment
route217

8/22/2022 - Mon