move

  1. 7

    Lookup Row and move to another sheet

    Good morning, I am hoping somebody could assist me with an formula i would like to write in order to do the following: If any row in column AL equals 1 Move that entire row to another sheet (Sheet 1 for this example.) As a side note; there may be large gaps between rows where column AL...
  2. H

    Move file to new location

    Hi, I need some help with creating a macro, that can move a open workbook to a new location and delete it from the original location. Is that even possible? regards, Hawjeen
  3. P

    Vba to move emails from Inbox to personal folder

    Hi, I receive 20 to 25 emails a day from a common mail box daily to my Outlook 2016. I will then move those emails to a personal folder named "Daily email1" & "Daily email 2" based on email subject. I want this to be automated. Whenever I get those emails I want a button to run a code which...
  4. K

    Tracking several phase of several manufactured products

    Wise people of the forum... I am in need of a way to do tracking. We manufacturer many different products for many customers. Each product needs to move through several phase of assembly. We would like to move a product through assembly using dates. I have looked at Gnatt chartd but all I can...
  5. E

    VBA to find range of cells with value and move them to different range

    Hello all, Could anyone help out with VBA code please? I have set of data in columns A, B and C(around 2000 rows in total). I would like to find all values which contain string "TOP01" or "TOP02" within column A, once string is found(there could be more than 50 records matching those keywords)...
  6. M

    How to copy sheet and move to front of workbook?

    Hi I've like to - copy sheet 9 in a workbook - move it to the front of the workbook - then copy and paste everything in that sheet as values Does anyone know how to do this, please? I know the code below will activate it then move it to the front. The methods I've seen online copy it to...
  7. L

    moving sheet and keep activating one

    Hi I have 3 sheets named 1,2,3 and I am moving them around using the code below. sheet name "2" has the button which run the code. I want to do the move but keep going back to sheet("2"). I did it as below. How you would do it yourself? Is that good and efficient programming? Thank you so much...
  8. M

    VBA Move one worksheet, Copy paste special the other worksheet both in to the same new book

    Hi I have code to copy sheets into a new workbook but what I want to do is, move one and copy the other. I.e. Sheet1 > move Sheet2 > copy paste special (to remove formulas) then save the new workbook with file name as per cell A1 of Sheet2 However, I need the user to specify their own path...
  9. A

    Move entire row to another row based on a cell value

    Hello everyone. I need a code that will move specific rows to other rows in the same sheet based on a Cell Value. My spreadsheet has 4 sections (high risk, medium risk, low risk, completed). In column "J" of each section will be a number or a letter. Any number less than 3 is high risk, 3-7 is...
  10. MCTampa

    VBA Exit Do Then Run Something Else

    I have a line of code which works. Do... If .....then Exit Do When the code is satisfied the loop stops, but I want it to move on to a next step and I am not sure how to do this.
  11. U

    Is it possible?

    Hi, Not an advanced user of excel before so hoping someone can help out with this. I have a file with approx 1500 rows and approx 10 columns I need to automate to do the following: Select a row (row 1) duplicate it underneath as a new row (row 2) move to the next unique row (row 3) and...
  12. S

    Move Data from one sheet to another sheet

    Hello all, Good day. I have excel sheet in the below format. Excel 2013/2016ABC1Asset tagCIIM Asset IDStatus2E2902202118195Yes3E2900852118571Yes4E2913082119523Yes5E4190242127131No6E4524042128911YesSheet1Cell...
  13. Y

    Move specific sheets

    Assuming I have 10 sheets in a workbook, how do i move the 4th to 6th sheet to sheet 8 using vba.
  14. G

    Macro to move cursor to row A from any cell in that row

    Macro to move cursor to row A from any cell in that row
  15. K

    Move sheet

    I am trying to move a sheet from activeworkbook to a file that is stored in a folder. Any help is greatly appreciated, I have attached the code that i am currently trying to use. I feel that i am over thinking this. Sub move_sheet() 'Move the active sheet to the end of named Workbook...
  16. J

    Vba to move row from one sheet to another

    I'm looking to move rows to another sheet when a value in "H" is changed to "closed"
  17. R

    Convert a Hyperlink formula into a VBA code?

    Greetings, So I've been adding hyperlinks in all my sheets to help expedite google searches w/ criteria located in various cells. He're's my handy link: =HYPERLINK("http://www.google.com/search?q="&A1&", "&A3&", "&A6&"&safe=active","Go") I think I'd like to move away from that to lessen the...
  18. V

    Excel Validation & Move

    Hello all, Good day. I have excel in the below format. Excel 2013/2016A1List2CustomerA3CustomerBSheet1Cell FormulasCellFormulaA1ListA2CustomerAA3CustomerB In Sheet 2 I have data in the below format. Need to updated the validation field. Excel...
  19. S

    Can a macro delete certain symbols and move data back one space

    Hi I have the following formula all over a spreadsheet <colgroup><col></colgroup><tbody> #='Week 1'!I14 #='Week 1'!J14 #='Week 1'!K14 #='Week 1'!L14 </tbody> Is there a macro that will delete the # sign on all cells that have it in and then move the rest of the data back one...
  20. D

    VBA Code to cut and pasteto the bottom of same worksheet

    Hey everyone, I'm new to VBA and trying to work out how to cut a row based on a single cells value and move it to the last row on the same worksheet. I'm also curious if this will cause some strange looping problem since that information would all be kept on one worksheet. No idea there. I'm...

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