View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Hansueli Hansueli is offline
external usenet poster
 
Posts: 9
Default Include function arguments (like range finder) in Add-in

Hi,

With (EXCEL)
Application.InputBox(Prompt,Title,Default,Left,Top ,HelpFile,HelpContexId,Type)
where Type=8 allows you to select a range from the active sheet.

Rgds

"royend" wrote:

Hi.
Is it possible to include the range finder (found for instance as a function
arguments in Excel) in your own custom Add-ins?

I am using Visual Studio 2008 and programming for Excel 2003.

Looking forward to your reply.