Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I created my own function in Module1 which looks as follows:
Public Function Foo (ByVal strData as String) Foo = "Hello World!" ' Return basic string End Function On my actual spreadsheet, cell "A1" is formatted as a "text" type cell, there I cannot simply plug in my Foo() function into cell "A1". I tried putting the following value into cell "A1": =Foo(A1) If i enter that formula into cell A1 (which is a text cell), then Excel will simply enter the above formula as a string, instread of running the function. So I guess my question is, how can I enter formulas into cells that are formatted as "text"?? thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find a specific formatted string in a cell | Excel Worksheet Functions | |||
Formatted Number into String Variable, Excel VBA | Excel Programming | |||
Converting 'General' formatted cells to Text formatted cell using. | Excel Worksheet Functions | |||
How to make a cell return the formatted value in a text string (i. | Excel Worksheet Functions | |||
help with string functions | Excel Programming |