Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 113
Default Add a Spreadsheet to a VB Form

All,

I am attempting to add a portion of an excel spreadsheet
to a VB Form.

Lets say that I have a range from A1:D10 on Sheet1. I
would want that portion of the sheet to appear on the
Form.

Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Add a Spreadsheet to a VB Form

Speaking theoretically, you may add grid control to your form and
import/export the data through code. I don't know if it's possible to embed
the spreadsheet as control on a form or probably this will be quite an
effort. There are some good grid ActiveX control available, but I've not
done this for years, so prefer not ro speak more.

HTH,
Nacho




"Dan" wrote in message
...
All,

I am attempting to add a portion of an excel spreadsheet
to a VB Form.

Lets say that I have a range from A1:D10 on Sheet1. I
would want that portion of the sheet to appear on the
Form.

Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Add a Spreadsheet to a VB Form

Put a multicolumn listbox on the form and assign its rowsource to
sheet1!A1:D10

--
Regards,
Tom Ogilvy

"Dan" wrote in message
...
All,

I am attempting to add a portion of an excel spreadsheet
to a VB Form.

Lets say that I have a range from A1:D10 on Sheet1. I
would want that portion of the sheet to appear on the
Form.

Any ideas?



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
excel form. Need data extracted to spreadsheet each time a form co MikeR-Oz Excel Discussion (Misc queries) 4 April 5th 09 05:18 AM
Excel Spreadsheet Form Charlene Excel Discussion (Misc queries) 1 February 22nd 06 01:15 PM
Searching a spreadsheet using a vba form anb001[_2_] Excel Programming 2 June 24th 04 06:09 PM
graph\spreadsheet on form Swift2003[_2_] Excel Programming 2 April 13th 04 01:02 AM
VB Form to populate spreadsheet. Glenn Robertson Excel Programming 4 February 24th 04 12:10 PM


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