Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey thanks for the information. But! I can find the insert function dialog
box but I can't find out how to insert and write functions Am I supposed to do that in the VBA environment? Thanks, You must have a million questions to answer! "Gary''s Student" wrote: You can do it if your VBA code is a function. If you can somehow enclose your code in a UDF, then the UDF can be used in the woorkshhet. See my posting earlier today w.r.t. Using VBA Functions in a worksheet. -- Gary''s Student "DMB" wrote: Is there a way to call a procedure that I have already written in vba from a cell. For instance, can I put something like the following into a cell Call CopyFunctionToAdjacentCell() This is the VBA Code that I am using right now. It works great. If I could only cut and paste it into the cell I would be set. Cells(4 + StartRow, 4) = "'" & Cells(4 + StartRow, 2).Formula Is thee a way to accomplish the same thing within Excel? =A1.Formula ??? Problem is that I always get the result on the equation. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
convert "15000" to "Fifteen thousand" in excel cell? | Excel Worksheet Functions | |||
how can I make an excel cell "mark" or "unmark" when clicked on? | Excel Discussion (Misc queries) | |||
bizarre "invalid procedure call" error | Excel Programming |