![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Horley Surrey England
Posts: 7
|
Is it possible to put a formula in a worksheet tab?
i.e I have a list of deals and want to count them and put the result in the worktab. Can this be done? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Sheffield, UK
Posts: 249
|
Not without at least dipping into visual basic. If you are a reluctant vb user, then do your formula on the spreadsheet and store the result in, say, cell B2. The single line of vb needed would then be something like:
sheets(1).name=sheets(1).range("B2").value you could then run this macro from a button on the worksheet, from a toolbar or key, or using an event such as the change event. Depends what you want, really. Hope this helps [ This Message was edited by: philR on 2002-05-09 04:09 ] |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|