Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am teaching myself basic VBA thru the version found in EXCEL,Is
there a way to use data in other than the first two lines on a spreadsheet. Or, is there a VBA routine that mimics the showform? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Steve, tried to use the recorder but the code shows "activesheet.showform" and "activesheet" cannot be modified with say "range(d35).select" any other thoughts?thanks rkp *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ronald,
You may have to first select the sheet and than select the cell Sheets("Sheet1").Select Range("D35").Select Activesheet.Showform But the best place to start is in the header row. Also - you need a contiguous range of cells for this to run smoothly. -- sb "Ronald Palmgren" wrote in message ... Steve, tried to use the recorder but the code shows "activesheet.showform" and "activesheet" cannot be modified with say "range(d35).select" any other thoughts?thanks rkp *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Placing an UDF | Excel Worksheet Functions | |||
How to delete the "Insert Function Dialog Box" (dialog box only)? | Excel Worksheet Functions | |||
Number Placing | Excel Worksheet Functions | |||
placing.. 1st, 2nd, 3rd... | Excel Discussion (Misc queries) | |||
placing | Excel Worksheet Functions |