Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Floating UserForm

Hello,

I would like to create a UserForm that stays on top of the desktop when
loaded but still allows be to interact with the cells and sheets.
This UserForm will help me change cells format or permute cells on the fly,
almost like a floating toolbar.

Thank you.

Eric


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Floating UserForm

I dont think so

"Eric" wrote:

Hello,

I would like to create a UserForm that stays on top of the desktop when
loaded but still allows be to interact with the cells and sheets.
This UserForm will help me change cells format or permute cells on the fly,
almost like a floating toolbar.

Thank you.

Eric



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Floating UserForm

Display it as a non-modal form:

UserForm1.Show vbModeless

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"Eric" wrote in message
...
Hello,

I would like to create a UserForm that stays on top of the desktop when
loaded but still allows be to interact with the cells and sheets.
This UserForm will help me change cells format or permute cells on the
fly,
almost like a floating toolbar.

Thank you.

Eric




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Floating UserForm

Found it... I just changed the ShowModal property of the form to false.

Thanks


"Mike" wrote in message
...
I dont think so

"Eric" wrote:

Hello,

I would like to create a UserForm that stays on top of the desktop when
loaded but still allows be to interact with the cells and sheets.
This UserForm will help me change cells format or permute cells on the

fly,
almost like a floating toolbar.

Thank you.

Eric





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default Floating UserForm

Maybe you can create a user form and set the ShowModal property to False.

But it's probably easier to create your sub routines or macros in your
personal workbook and assign them to buttons in a custom toolbar.


--
Hope that helps.

Vergel Adriano


"Eric" wrote:

Hello,

I would like to create a UserForm that stays on top of the desktop when
loaded but still allows be to interact with the cells and sheets.
This UserForm will help me change cells format or permute cells on the fly,
almost like a floating toolbar.

Thank you.

Eric



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
UserForm as a tool bar/ floating options for excel sheet [email protected] Excel Programming 1 June 26th 06 04:51 PM
What to use for floating help? Norm Lundquist Excel Programming 5 January 5th 06 02:01 AM
Floating toolbar and floating comment? StargateFan[_3_] Excel Programming 2 December 5th 05 10:26 PM
Floating userform MD Excel Programming 1 March 2nd 05 03:24 AM
'Floating' UserForm paulw Excel Programming 2 October 29th 03 04:48 PM


All times are GMT +1. The time now is 03:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"