Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Jim,
I'm using Vs2007 Can't get this to work even with the modification. Always goes to: SCRAMBLE = "No data" Exit Function I'm not too cluey wuth this sort of stuff, but the code you sent seems to be for text, not numbers, or doesn't that matter. (Or, don't I know what I'm talking about? - the more likely option!) Furthermore, in what cell do I need to put the number? Rob "Jim Cone" wrote in message ... MORE INFO... The function, as written calls the ExtractString function which I forgot to post. The missing function enables SCRAMBLE to used in xl97. The function is not needed(for later xl versions), if you just replace the following four lines of code... '--- If Len(UserText) 0 Then SpaceCount = COUNTIN(UserText, " ") For i = 1 To SpaceCount + 1 'number of words in text strWord = ExtractString(UserText, i, " ") With... If Len(UserText) 0 Then SpaceCount = COUNTIN(UserText, " ") For i = 0 To SpaceCount strWord = VBA.Split(UserText, " ")(i) -- Jim Cone Portland, Oregon USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can i scramble data for a sweepstakes? | Excel Worksheet Functions | |||
Hi--how do I scramble a list randomly? | Excel Worksheet Functions | |||
Random scramble cell contents | Excel Worksheet Functions | |||
Need to scramble letters in list of words | Excel Discussion (Misc queries) | |||
How do I scramble a list in excel? | Excel Discussion (Misc queries) |