Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Gridview style control

Hi there,

Can anyone point me towards a gridview style control that I can use in a
form (vba)?

Thanks

John


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 292
Default Gridview style control

Hi John

Will the Microsoft Office Spreadsheet control do ?

HTH. Best wishes Harald

"John" skrev i melding
...
Hi there,

Can anyone point me towards a gridview style control that I can use in a
form (vba)?

Thanks

John



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Gridview style control

Hi Harald,

Thanks for your reply. I've had a quick look and at first glance it appears
to offer too much control to the user.

Is there anything more simple?

Thanks again

John
"Harald Staff" wrote in message
...
Hi John

Will the Microsoft Office Spreadsheet control do ?

HTH. Best wishes Harald

"John" skrev i melding
...
Hi there,

Can anyone point me towards a gridview style control that I can use in a
form (vba)?

Thanks

John





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 292
Default Gridview style control

Hi again John

The use of "external components" is also known as "dll hell", referring to
the joy of installation, licensing, versions and all other interesting
phenomena. So while another grid may be easier for you to program, it may be
close to impossible and/or very expensive to deploy. So yes, the world is
full of datagrids, few if any are free, and few users are allowed to install
them.

When I want a pure data viewer, I put a picture of a hidden formatted
worksheet onto a dialogsheet (which is not a userform) or directly onto a
spreadsheet. That is as good looking as the decorated sheet, and not
interactive at all unless I provide extra scrollbars, entryboxes, ... I can
email you a demo of that if you post some kind of valid address here.

Another idea is to put the spreadsheet in mention onto a Frame control and
set the frame's Enabled property to False. You must then do some scrollbar
programming in addition I guess.

HTH. best wishes Harald

"John" skrev i melding
...
Hi Harald,

Thanks for your reply. I've had a quick look and at first glance it
appears to offer too much control to the user.

Is there anything more simple?

Thanks again

John
"Harald Staff" wrote in message
...
Hi John

Will the Microsoft Office Spreadsheet control do ?

HTH. Best wishes Harald

"John" skrev i melding
...
Hi there,

Can anyone point me towards a gridview style control that I can use in a
form (vba)?

Thanks

John







  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 205
Default Gridview style control

Hmm. Ok, I get the message. Maybe I'll head back to your original
suggestion then!

Thanks for your time Harald.

Best regards

John
"Harald Staff" wrote in message
...
Hi again John

The use of "external components" is also known as "dll hell", referring to
the joy of installation, licensing, versions and all other interesting
phenomena. So while another grid may be easier for you to program, it may
be close to impossible and/or very expensive to deploy. So yes, the world
is full of datagrids, few if any are free, and few users are allowed to
install them.

When I want a pure data viewer, I put a picture of a hidden formatted
worksheet onto a dialogsheet (which is not a userform) or directly onto a
spreadsheet. That is as good looking as the decorated sheet, and not
interactive at all unless I provide extra scrollbars, entryboxes, ... I
can email you a demo of that if you post some kind of valid address here.

Another idea is to put the spreadsheet in mention onto a Frame control and
set the frame's Enabled property to False. You must then do some scrollbar
programming in addition I guess.

HTH. best wishes Harald

"John" skrev i melding
...
Hi Harald,

Thanks for your reply. I've had a quick look and at first glance it
appears to offer too much control to the user.

Is there anything more simple?

Thanks again

John
"Harald Staff" wrote in message
...
Hi John

Will the Microsoft Office Spreadsheet control do ?

HTH. Best wishes Harald

"John" skrev i melding
...
Hi there,

Can anyone point me towards a gridview style control that I can use in
a form (vba)?

Thanks

John











  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Gridview style control

No problem & good luck. If you work on something big and/or important,
please get a second opinion somewhere before deciding.

Best wishes Harald

"John" skrev i melding
...
Hmm. Ok, I get the message. Maybe I'll head back to your original
suggestion then!

Thanks for your time Harald.



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
Shadow Style control defaults to Gray! Webtechie Excel Discussion (Misc queries) 0 January 17th 07 04:04 PM
How do I change sheet notation from R1C1 style to A1 style in XL 2 Sherlock1506 Setting up and Configuration of Excel 1 December 5th 06 03:22 PM
Changing from format style to list style B.W. Excel Worksheet Functions 1 November 22nd 06 07:53 PM
How do I convert US style dates to European style? Neo Excel Discussion (Misc queries) 3 October 15th 06 02:24 PM
can a1 reference style and r1c1 style be used in same formula? rjagga Excel Worksheet Functions 1 September 17th 06 10:58 AM


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

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"