activate cell

  1. M

    How to fill a cell with the data from an active cell with a specific range

    Hello, I am trying to have an active cell within a range of cells populate into an empty cell at the top of the column range. I'd like to do this at the top of multiple column ranges. B1 will equal a selection from B2-B15 C1 will equal a selection from C2-C15 etc. I can do this using a...
  2. T

    Dragging a formula from a active cell - VBA - VLOOKUP

    Hey all you cool excel-shark out there. I got a sheet, where i like to do a VLOOKUP from a active cell. The thing is that the active cell can change from time to time and I like the VBA-code to make a VLOOKUP from that active cell and then dragging the formula below to a certain row. How...
  3. N

    VBA for Message Box Upon Active Cell Value

    I have a file with drop downs. The goal is to remind users to enter a response in column K (root cause) if the option "Employee Error" is chosen from the drop down in column H (Cause). How do I make a message box appear saying "Please enter a root cause" once a user chooses "Employee Error" in...
  4. D

    Vbs calendar select change by designated target cell

    :) Hello everyone! I need assistance in adapting the following vbscript: Option Explicit Private Sub Worksheet_SelectionChange(ByVal Target As Range) 'check cells for desired format to trigger the calendarfrm.show routine 'otherwise exit the sub Dim DateFormats, DF...
  5. A

    VBA to Hide/unhide Rows & Columns on multiple sheets within a workbook based on activation cells

    Hi all, I have workbook that I would like to automatically hide/unhide rows & columns based on values. I have 3 activation cells on a worksheet called "Capacity Requirements". D7: The value of that cell can be 1-7 and is intended to determine the term of the model (from 2016-2022). In row...
  6. 8

    How to activate a cell or enter into Edit mode on Mac Excel

    I have created a formula by concatenating a number of cells with text. Example: ActiveCell.FormulaR1C1 = _ "=CONCATENATE(""=VLOOKUP(X3,'["",R1C24,"".csv]"",R1C24,""'!$C$2:$BA$13957,"",R[-2]C,"",FALSE)"")" Output would be...
  7. K

    Setting Active Cell as Variable

    I have a list of states in column A of workbook "Book1" and over 100 tabs of states in a second workbook "Copy of Exhibit 9". I have a macro that pulls data from each State tab (ie "ZZ CI") and copies the data into the corresponding state row in "Book1"; however, it's just the same code repeated...
  8. Y

    ActiveCell.EntireColumn.Select for Autofill

    I have some problems, thanks for helping me. Sub autoFill() Columns("BB:BB").Select Selection.autoFill Destination:=Columns("BB:BC"), Type:=xlFillDefault Columns("BB:BC").Select Range("BC4").Select End Sub I want to make Columns("BB:BC") as Dynamic using ActiveCell.Offset I...
  9. M

    Macro/VBA How to do? after selection shows the cell next to

    After selecting the cells had to show the cell next to, but I did it traditionally wanted to made it using VBA/Macro. Can anybody help me whit that ?? This may help http://www.clo.cba.pl/klucze_1.xls
  10. B

    insert ( ) in active cell : VBA

    Thanks for looking at my post.. What I am trying to achive is when a cell is selected (no paticular cell) you could hit a button and theis would be inserted after what is already in the cell and the cursor would be blinking in between them.. I no this a bit odd.....
  11. W

    Returning focus to last used cell in VBA function

    I've got a function as follows: Function VerificarInfinito(a As Double) Set c = ActiveCell ActiveSheet.ChartObjects("Planta").Activate If (a >= 3) Then ActiveChart.SeriesCollection(2).Format.Line.Transparency = 0 ActiveChart.SeriesCollection(13).Format.Line.Transparency = 0...
  12. N

    Cell won't activate after executing Find in other workbook

    Greetings! The worksheets in Workbook A allows the user to enter either a number or part of a name in column C. If the entry is a number, a formula in column D does a VLookup in Workbook B to find the name. That works fine. If the user enters part of a name into column C, a VBA macro executes...
  13. M

    Activating a cell make hyperlink active

    Hello, I have a worksheet of web URLS, but they are not active links. If I click into a cell and out of it the link will become active. However, I'm not sure how to do this for the entire column. Any suggestions? Is this a loop with send keys? Thanks, MattMAx

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