Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi all,
I have this code which runs a macro to add a complete list of all data for 'today' to be entered into a sepeate worksheet which is called the database. Is there a way, if so how, that the code can be changed so that if the 'same' data is entered twice a pop up message box is shown to alert the user of this and stop this happening. The code I have is Sub add_Anydays_jobs() With ActiveSheet.Range("A8:N34") Sheets("Log").Range("A" & Rows.Count).End(xlUp).Offset( _ 1, 0).Resize(.Rows.Count, .Columns.Count).Value = .Value End With MsgBox "All Today's Jobs Added Successfully !", vbInformation End Sub thanks all |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why is the order of my data table opposite from graph? | Charts and Charting in Excel | |||
Data Source Name Not Found | Excel Worksheet Functions | |||
Help making a chart that doesn't graph cells without data? | Excel Discussion (Misc queries) | |||
Adding more source data to existing scatter plot | Charts and Charting in Excel | |||
Need formula to check values of data in several cells as criteria | Excel Worksheet Functions |