PC Review


Reply
Thread Tools Rate Thread

display worksheet on form

 
 
=?Utf-8?B?SmFrZW0gU2Nob3R0?=
Guest
Posts: n/a
 
      21st Dec 2006
Hello All

I was curious whether it is possible to display the top row of a worksheet
in a multipage tabbed control or even the worksheet if that is easier. Is
this possible.

Thanks

Jake
 
Reply With Quote
 
 
 
 
Jim Cone
Guest
Posts: n/a
 
      21st Dec 2006

There is a Microsoft Office Spreadsheet control that can be added to a
user form. You should be able to find it in "Additional Controls" accessed
by right-clicking the Toolbox. I have played around with it, but never "used"
it in an application.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Jakem Schott"
wrote in message
Hello All
I was curious whether it is possible to display the top row of a worksheet
in a multipage tabbed control or even the worksheet if that is easier. Is
this possible.
Thanks
Jake
 
Reply With Quote
 
Jim Cone
Guest
Posts: n/a
 
      22nd Dec 2006
Private Sub UserForm_Initialize()
ThisWorkbook.Sheets(1).Range("A1:G20").Copy
Spreadsheet1.Sheets("Sheet1").Range("A1").Paste
Application.CutCopyMode = False
End Sub
--
Jim Cone
San Francisco, USA


"Jakem Schott"
<(E-Mail Removed)>
wrote in message
Thanks Jim
I had seen that but was unsure how to get the current activeworkbook sheets
into it, I was hoping to see an example if some one had one.
Thanks
Jake

"Jim Cone" wrote:
> There is a Microsoft Office Spreadsheet control that can be added to a
> user form. You should be able to find it in "Additional Controls" accessed
> by right-clicking the Toolbox. I have played around with it, but never "used"
> it in an application.
> --
> Jim Cone
> San Francisco, USA
> http://www.realezsites.com/bus/primitivesoftware


>
>
> "Jakem Schott"
> wrote in message
> Hello All
> I was curious whether it is possible to display the top row of a worksheet
> in a multipage tabbed control or even the worksheet if that is easier. Is
> this possible.
> Thanks
> Jake
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
to display content of worksheet on a user form in visual basic =?Utf-8?B?Sm9oYW5uTQ==?= Microsoft Excel Programming 3 21st Sep 2006 09:29 AM
display contents of a worksheet in a form/frame =?Utf-8?B?R2l4eGVyX0pfOTc=?= Microsoft Excel Programming 3 8th Feb 2005 02:33 AM
Display Worksheet image on a form Dave Taylor Microsoft Excel Programming 0 18th Nov 2004 10:10 AM
Display Worksheet image on a form Dave Taylor Microsoft Excel Programming 1 18th Nov 2004 02:19 AM
Display data in form from worksheet using Filter =?Utf-8?B?Vko=?= Microsoft Excel Programming 1 23rd Jul 2004 02:09 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:17 AM.