Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dennis
 
Posts: n/a
Default Getting a Function not defined in VBA editor for IsNumber()

Using 2003

The IsNumber() function gets a Compile error in an Excel VBA project. ("Sub
or function not defined")

I have used it previously in other VBA code. The procedure is not declared
Private nor is Option Private Module in effect.

I am calling the function from my Personal.xls for evaluating a cell in a
separate worksheet.

Which DLL library is it in?

What dumb obvious error did I do? Hit me.

Thanks Dennis

  #2   Report Post  
Posted to microsoft.public.excel.misc
Chip Pearson
 
Posts: n/a
Default Getting a Function not defined in VBA editor for IsNumber()

Dennis,

ISNUMBER is a worksheet function. IsNumeric is the VBA function
you're looking for.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Dennis" wrote in message
...
Using 2003

The IsNumber() function gets a Compile error in an Excel VBA
project. ("Sub
or function not defined")

I have used it previously in other VBA code. The procedure is
not declared
Private nor is Option Private Module in effect.

I am calling the function from my Personal.xls for evaluating a
cell in a
separate worksheet.

Which DLL library is it in?

What dumb obvious error did I do? Hit me.

Thanks Dennis



  #3   Report Post  
Posted to microsoft.public.excel.misc
Dennis
 
Posts: n/a
Default Getting a Function not defined in VBA editor for IsNumber()

One of these days I'll remember that! Actually, 30 sec's after sending, I
thought that but I had hit F1 in the VBA editor and thought I was reading
from the VBA help.

Thanks Chip

"Chip Pearson" wrote:

Dennis,

ISNUMBER is a worksheet function. IsNumeric is the VBA function
you're looking for.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Dennis" wrote in message
...
Using 2003

The IsNumber() function gets a Compile error in an Excel VBA
project. ("Sub
or function not defined")

I have used it previously in other VBA code. The procedure is
not declared
Private nor is Option Private Module in effect.

I am calling the function from my Personal.xls for evaluating a
cell in a
separate worksheet.

Which DLL library is it in?

What dumb obvious error did I do? Hit me.

Thanks Dennis




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Yahoo Stock Quotes by a USer Defined Function MS Office Excel Worksheet Functions 1 September 8th 05 05:08 AM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
Attaching a particular user defined function to cust button Ajay Excel Discussion (Misc queries) 3 February 23rd 05 08:29 AM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 08:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"