focus

  1. V

    Bring Focus to Input Box

    Hey guys, My friend wanted a program for his employees that would allow them to input some data. The program would then just search an excel file for matches. If a match was found, then a message would be displayed that said "go ahead and do it." If a match wasn't found, then it would say...
  2. D

    VB writing on line two when not on active sheet.

    Hi Guys I have a glitch in my program. It works fine only when i run it from the developer and the selected sheet is active. However when I launch it on the wrong sheet, it writes to the correct sheet but does not write in the correct row. Instead it writes to the second row everytime, deleting...
  3. garden_rael

    Work other Workbooks while Form Running

    Is there a way to open and work other workbooks while a form is open? If a user has my forms running and wants to open another workbook... it wouldn't open until the form is closed... How can I avoid this?
  4. garden_rael

    Open other Workbooks while Form Active

    Hi, I'm building a series of forms to work around a huge issue in the company, everything is working fine, but I just noticed that I cannot open any other workbook while my forms are active... How can I open other workbooks and have my workbook witht the forms running too? I thought about...
  5. F

    Only hide rows on open

    Hello. In my sheet activate code, I have a series of rows hidden, as shown below. Private Sub Worksheet_Activate() Range("16:364").Select Selection.EntireRow.Hidden = True 'Hides everything when the sheet opens End Sub I have check box controls that if a user clicks in a specific check box...
  6. M

    ComboBox and Worksheet_Change issues

    I'm running XL 2003 and I'm having some issues trying to get XL to automatically change the text in a button based on the user's choice from a ComboBox on an XL worksheet. I'm trying to get the number ouputted by the ComboBox (i.e., the "cell link") to trigger the Worksheet_Change event but...
  7. K

    Selecting text to display: multiple line textbox

    Hi there! I've got a question from one of my college: He created a (multiple line) textbox containing comments on a spreadsheet. The problem is that, when the the textbox loose the focus, the first lines are displayed, no matter where the cursor was in the box. Therefore, my question is: how...
  8. A

    Finding next available row and making data entry required

    Hi all, I'm attempting to write a macro that will "loop until", down a given column (column a) until it finds a blank cell. Once the cell is identified I would like the focus to be on that cell and remain there until an entry/input is made by a user. Perhaps even a message box when a user...
  9. A

    Font for form control changes size on focus

    I have some activex controls on a worksheet and I have noticed some odd behavior. Occasionally, the font size for these controls will change size (sometimes bigger, sometimes smaller) whenever my users click on the control. This is happening in labels, text boxes and buttons. I've searched...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top