![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 9
|
I have a file that has a few Input Boxes and Msgboxes, is there any way that I can adjust the size or move the location of these boxes, since where thay are currently popping up they are blocking some critical data on the worksheet. I can move the critical info on the worksheet, but there a good amount of critical data and currently the boxes are popping up at the center of my worksheet and it would be a lot nicer if I could get the boxes to appear off to a corner of the screen.
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Apr 2002
Posts: 1
|
How do I change the font size in a drop-down input box?
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Location: Belgium
Posts: 24
|
Hello,
It is pretty easy to change the position of the inputboxes, when you write the code: s=inputbox("Prompt","title","Default",0,0) The two 0 represents the Xposition and Yposition on yourt screen. (0,0) meaning the top left corner. Concerning the Msgbox, I don't know how to change their position, sorry. Bye |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|