![]() |
![]() |
|
|||||||
| 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: hull
Posts: 4
|
All i want to do is create a button that performs the alt+F function to find a cell. i have a list of names and i want a button at the top of the page to press alt+F. or something similar. when I try to record it to do this the find function is in grey text meaning i cant select it. plz help
james |
|
|
|
|
|
#2 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi
How about Sub MyFind() Application.Dialogs(xlDialogFormulaFind).Show End Sub |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Location: hull
Posts: 4
|
i cannot get this to work still when i edit the macro do i delete what is already in it, allt he sub bit and stuff? i dont know how to write all the code. ive tried a few variations and still cannot get it to work, help appreciated though. argh coursework due in in a couple of hours. plz help thanx
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
Is the button doing anything else apart from the Find function?
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
The best thing to do is go into VBA, insert a module, then copy and paste Dave's code into it, cos it works great. Then just go back into Excel, and assign the MyFind macro to your button by right clicking it
[ This Message was edited by: audiojoe on 2002-03-08 04:32 ] |
|
|
|
|
|
#6 |
|
New Member
Join Date: Mar 2002
Location: hull
Posts: 4
|
|
|
|
|
|
|
#7 |
|
New Member
Join Date: Mar 2002
Location: hull
Posts: 4
|
thankyou so much
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|