active sheet

  1. R

    Passively select cells in other worksheet

    I have written some code that runs about 400 lines of code in one worksheet, then 400 lines of code in another worksheet ("Calendar"), and finishes by returning to the first worksheet. When I run the code, it takes about a second to process. There is a flicker for about a quarter-second where...
  2. T

    Have User Form populate only the active sheet not by sheet name.

    I have a userform in my workbook with a button to access it on twenty different sheets in the workbook. Currently the userform will only populate the sheet titled "Blank1". How can I change it so it will populate the active sheet without naming it? So no matter what sheet I'm on when I hit the...
  3. derek.hughes

    Email single worksheet from workbook

    Can anyone help me out with this code: Sub HideAllButOneSheet() Dim SubJ, Recip As String SubJ = "HE ACTUALS" Recip = "derek.hughes@vcsu.edu" ThisWorkbook.SendMail Recip, SubJ MsgBox "Email Sent" End Sub It sends the whole workbook and I only want it to send the active sheet.
  4. X

    Bringing focus back to a selected cell

    I have a list of names of pictures in a column on a sheet. When I click on any list item, the Selection_Change event loads the selected picture into a userform and displays it. This takes focus away from the clicked cell so I can't then select the next cell up or down with the arrow keys. The...
  5. F

    Checkbox Data transferring into wrong sheet...

    Hey all, I have a UserForm that contains checkboxes... the code attempts to transfer the data from the checkboxes to the first empty cell (in a certain column) in the Sheet named "Shipments"... yet when I enter the data... it always goes into the sheet which is active... not only the Shipments...

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