strdate

  1. R

    Makro for finding dates and copy/paste content from below

    Hi I have this code which basically finds the date I need from a table and copies a certain number of cells below and pastes it somewhere else. My question is how I could amend it so that after the first round a question box appears which asks if more dates are needed. If yes again it should be...
  2. T

    Dates converting to American format when using CDATE?

    Hi all, I have an issue with the code below where I am attempting to amend incorrectly formatted dates so any instance of "." should change to "/". The first piece of code seems to convert everything incorrectly: Sub DateConv() Dim LrDst As Long Dim DstSht As Worksheet Dim...
  3. rhino4eva

    Stiil struggling with userforms

    Sub SaveEngine(sFileNum As String) StrDate = Format(Now(), "dd-mmm-yyyy") RunNum = Sheets("Sheet1").Range("e3").Value Sheets("ABI-" & sFileNum).SaveAs Filename:=FileLoc & "\RESP ABI\ABI-Resp " & sFileNum & " " & StrDate & " " & RunNum & ".txt", FileFormat:=xlTextMSDOS, CreateBackup:=False...
  4. K

    Problem entering input box data to range after last row VBA

    Hi all, I am looking to add the Date entered via Input Box to the last pasted range without overwriting the data above. I am new to VBA so my code tends to be trial and error. At present I can copy the data to the column but it is overwriting the original data. I cannot work out how to find...
  5. S

    Using VBA to insert a new row in table with values

    Hello, So I have two sheets, "Insert" and "Database", in this workbook. The "Insert" sheet accepts three user inputs, "Book Title", "Author(s)", and "Year Published", which I am trying to insert into a new row at the bottom of the table in "Database", in columns A, B, and C respectively...

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