Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default Worksheet in form

As far as I know there is no way to directly link the spreadsheet component
to an Excel worksheet. So you'd have to populate the SS component by code.
Like this where the SS component is on a userform:

Me.Spreadsheet1.Range("A1").Value = Sheet1.Range("A1").Value

--
Jim Rech
Excel MVP
"Maz" wrote in message
...
| Hi all,
|
| I want to create a VB form that displays a section of a
| worksheet Range A1:B7 in sheet 3. I can add in an active x
| control MS spreadsheet 10.0 but that simply show a blank
| sheet. How do I link it to the range I want displayed?
|
| Many thanks
|
| Maz


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
Using a Worksheet Form to add data to a separate worksheet databas Rawblyn Excel Worksheet Functions 3 March 7th 06 08:17 PM
form on one worksheet and the list on different worksheet tom Excel Worksheet Functions 0 September 28th 05 03:25 PM
Worksheet form design rgarber50 Excel Discussion (Misc queries) 4 August 7th 05 05:09 AM
Worksheet on form? mcalex Excel Programming 0 May 17th 04 04:11 AM
Input Form on Worksheet 1, Data on Worksheet 2 Jim in Spokane Excel Programming 1 April 4th 04 03:24 PM


All times are GMT +1. The time now is 05:29 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"