Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel XP at home but have transfered a spreadsheet to a PC which
has Excel 97 on it. I can't update this PC. I have used the Split function in a macro, this isn't recognised in 97. Are there any alternatives? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Norm,
Try Tom Ogilvy's Split97 function: Function Split97(sStr As String, sDelim As String) As Variant Split97 = Evaluate("{""" & Application.Substitute _ (sStr, sDelim, """,""") & """}") End Function --- Regards, Norman "Norm" wrote in message ... I am using Excel XP at home but have transfered a spreadsheet to a PC which has Excel 97 on it. I can't update this PC. I have used the Split function in a macro, this isn't recognised in 97. Are there any alternatives? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
And MS has some code at:
http://support.microsoft.com/default...b;en-us;188007 HOWTO: Simulate Visual Basic 6.0 String Functions in VB5 Norm wrote: I am using Excel XP at home but have transfered a spreadsheet to a PC which has Excel 97 on it. I can't update this PC. I have used the Split function in a macro, this isn't recognised in 97. Are there any alternatives? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
very complex IF function if not an alternative function of crossselection | Excel Worksheet Functions | |||
Freeze at the top & split the side in Excel97? | New Users to Excel | |||
non-VBA Alternative to SUBTITUTE function | Excel Worksheet Functions | |||
Alternative for IF function | Excel Discussion (Misc queries) | |||
Alternative to Indirect Function | Excel Programming |