select active cell

  1. L

    Fixing my .selection code

    Hey all, Can somebody spend a minute or so to fix my code that I cannot get working? I am trying to increase the flexibility of this code rather than just setting the range it will be based on my selection in the active sheet. Do I have to loop this each cell in the selection to get this...
  2. M

    Selecting a specific range when selected cell is in a row

    Hi all, I am just after a small snippet of code to help me accelerate a tedious 'quality assurance' task that is going to take me a couple of days too much data to check off. I want to be able to quickly select a specific range of cells (cells in columns A - F) when I am in any particular row...
  3. D

    Using Excel like a database - need help with Form filling a table acting as the database

    Hey Guys, Im new to VBA and Im having trouble with a project Im working on. I've created a "database" within excel that you populate with a Form. I've got most of the functions working, but Im hung up on one bit. The logic of the Form entry works like this: When the Form CommandButton is...
  4. R

    Macro to hide columns and provde an active cell in column Bs next blank cell upon opening the workbook

    Hi,I'm having some problem figuring out why the following code is not working. When I open my file, I want a macro to automatically hide columns G -Z if they were unhidden when the file was last saved. And I want the active cell to be the next open cell (or blank cell) in Column B (starting...
  5. C

    keyboard shortcut for select all text in a cell contains alt+enter

    How do I use keyboard to select all text inside a cell which contains ALT + enter inside?
  6. S

    Inserting Rows Between Rows With Data

    My apologies for this post, but apparently I can't even figure out how to apply information that's already in the forums. I receive worksheets with two columns of data: Degrees and Distance (How far something is away at each degree of rotation) I need to interpolate the data down to half...
  7. H

    vba Range begins with active cell

    I'm trying to select a range to begin with the active cell and go to the last row of column Q. Following is what I have so far and it works; however, the active cell will not always be cell "I9". Dim LastRow As Long LastRow = [A65536].End(xlUp).Row Range("I9", Cells(LastRow, 17)).Select...

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