Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Newbie Questions 02

1) Is there a limit to the number of named ranges a worksheet can have?

2) I don't really need a macro to perform a copy, however, it is a very
good example of my actual problem.

2A) I would like the user to place the cursor where the text is to be
copied from and click a button to invoke the "copy macro". Once this macro
is invoked it would read the contents of the activecell and then re-prompt
the user for a cell of where the text is to be coppied. Once the user
CLICKED on this cell the macro would copy the value of the first cell into
the second.

Thanks in advance,


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 225
Default Newbie Questions 02


Christmas May wrote:
1) Is there a limit to the number of named ranges a worksheet can have?


Help for "Worksheet and workbook specifications" says that
Names in a workbook are "Limited by available memory". I've
used workbooks with hundreds (maybe thousands) of names
with no problems.


2) I don't really need a macro to perform a copy, however, it is a very
good example of my actual problem.

2A) I would like the user to place the cursor where the text is to be
copied from and click a button to invoke the "copy macro". Once this macro
is invoked it would read the contents of the activecell and then re-prompt
the user for a cell of where the text is to be coppied. Once the user
CLICKED on this cell the macro would copy the value of the first cell into
the second.


You can use Application.InputBox (see help) with a Type of 8 to get
the user to specify a target cell.



Thanks in advance,



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 63
Default Newbie Questions 02

Andrew,

This basically solved my problems/questions. One minor thing is that
currently the input box "type 8" thing allows the user to select a range,
rather than a specific cell. I have two work arounds for two different
problems. First, I simply disgard the previously selected range and notify
the user they must select only a cell. Second, I just find the left upper
most cell and use it.

Once again thanks for the information. I'm considering this issue completed.

Sincerely,

Christmas May



"Andrew Taylor" wrote:


Christmas May wrote:
1) Is there a limit to the number of named ranges a worksheet can have?


Help for "Worksheet and workbook specifications" says that
Names in a workbook are "Limited by available memory". I've
used workbooks with hundreds (maybe thousands) of names
with no problems.


2) I don't really need a macro to perform a copy, however, it is a very
good example of my actual problem.

2A) I would like the user to place the cursor where the text is to be
copied from and click a button to invoke the "copy macro". Once this macro
is invoked it would read the contents of the activecell and then re-prompt
the user for a cell of where the text is to be coppied. Once the user
CLICKED on this cell the macro would copy the value of the first cell into
the second.


You can use Application.InputBox (see help) with a Type of 8 to get
the user to specify a target cell.



Thanks in advance,




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
Newbie Questions KS Excel Discussion (Misc queries) 3 June 18th 09 06:13 PM
Newbie add-in questions KR Excel Programming 1 June 8th 06 04:00 PM
newbie questions Eric[_26_] Excel Programming 4 December 29th 04 08:08 PM
newbie questions Eric Excel Worksheet Functions 1 December 14th 04 04:39 PM
Newbie VBA questions Brian Vallelunga Excel Programming 4 October 4th 04 06:21 PM


All times are GMT +1. The time now is 03:41 PM.

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

About Us

"It's about Microsoft Excel"