Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You are welcome.
Also FWIW, here is a slightly different approach... '-- Public Function Encode(InputString As String) As String Dim intLen As Long Dim intCount As Long intLen = Len(InputString) For intCount = 1 To intLen Encode = Encode & Chr$(VBA.Asc(Mid$(InputString, intCount, 1)) + 1) Next End Function -- Jim Cone Portland, Oregon USA http://tinyurl.com/PrimitiveSoftware .. .. .. "Nicawette" wrote in message ... Hi Jim Thank you the problem was the declaration, so far so close tx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup problem - unable to get the vlookup property | Excel Programming | |||
using a vlookup to enter text into rows beneath the vlookup cell | Excel Programming | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |