Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have many macros in a module in my PERSONAL.XLS that I can use in any
sheet. I have created a function thus: Public Function getnum(ip As String) As Integer getnum = Val(ip) End Function and placed it in the same module, but if I try to use it in a sheet I get a #NAME? error. If I create a module in the specific workbook and put the function in it then it works fine. So how do I make a function in my PERSONAL.XLS file available to all sheets? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Determining availability time | Excel Discussion (Misc queries) | |||
Button availability | Excel Discussion (Misc queries) | |||
availability templates | Excel Discussion (Misc queries) | |||
Calendar availability | Excel Discussion (Misc queries) | |||
StackedColumnChart for availability using macro | Charts and Charting in Excel |