sheetsmaster

  1. DataBlake

    Using Range & Rowscount

    Dim lastRow As Long destrow = Sheets("Master Wheel").Range("A" & Rows.Count).End(xlUp).Row Columns("T:T").Select Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove Range("T2").Select ActiveCell.FormulaR1C1 = _ "=IF(ISERROR(VLOOKUP(RC[-19],'Master...
  2. C

    VBA to copy and paste multiple sheets

    Hi, I'm trying to consolidate info held on 128 sheets using the code below but it doesn't work. Can anyone suggest a correction? Sub CombineSheets() Dim rng As Range Set rng = Sheets("master log").Range("A2:s25000") Sheets("master log").Activate rng.ClearContents Dim i As Integer For i = 1 To...
  3. D

    Code needed that will divide a string of text between multiple cells if needed.

    Hello, I have a worksheet with three columns; column A is for the date, column B is for the student initials, and column C is where the instructor will enter his comments based on the training that day. My question is regarding the comments added in column C. Just to give a brief layout of...
  4. K

    macro running on current sheet

    hi all, someone know any problem might happened in my below code? i record my code to add a new sheet and then refer to my main code on current sheet, but it's doesn't work property thanks for the advice :) Sub Macro001() ' ' Macro001 Macro ' ' Sheets("MASTER").Visible = True...
  5. S

    VBA Save File Opening

    This code was working file, I moved a search box from one worksheet to another and now when I hit the search button it brings up the opportunity to save the file. If I hit cancel it completes the code and does the right thing. The code in bold is what was changed. Any ideas are appreciated...

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