I have an xls file and i will select version of Excel from this file. How can I do this? Thank you
E Enrico Oct 12, 2006 #1 I have an xls file and i will select version of Excel from this file. How can I do this? Thank you
J Jaleel Oct 12, 2006 #2 I will select or I have to select? Go to File - Save As and from the drop down arrow of Save as type, select the appropriate version. Jaleel
I will select or I have to select? Go to File - Save As and from the drop down arrow of Save as type, select the appropriate version. Jaleel
G Gord Dibben Oct 12, 2006 #3 Sub This_Version() MsgBox Application.version End Sub Sub This_Version22() Range("A1").Value = "Excel " & Application.version End Sub Gord Dibben MS Excel MVP
Sub This_Version() MsgBox Application.version End Sub Sub This_Version22() Range("A1").Value = "Excel " & Application.version End Sub Gord Dibben MS Excel MVP
J Jaleel Oct 12, 2006 #4 Oh Go(r)d! You are omniscient. Jaleel Gord Dibben said: Sub This_Version() MsgBox Application.version End Sub Sub This_Version22() Range("A1").Value = "Excel " & Application.version End Sub Gord Dibben MS Excel MVP Click to expand...
Oh Go(r)d! You are omniscient. Jaleel Gord Dibben said: Sub This_Version() MsgBox Application.version End Sub Sub This_Version22() Range("A1").Value = "Excel " & Application.version End Sub Gord Dibben MS Excel MVP Click to expand...