Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using a Worksheet Form to add data to a separate worksheet databas | Excel Worksheet Functions | |||
form on one worksheet and the list on different worksheet | Excel Worksheet Functions | |||
Worksheet form design | Excel Discussion (Misc queries) | |||
Worksheet on form? | Excel Programming | |||
Input Form on Worksheet 1, Data on Worksheet 2 | Excel Programming |