Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have tried almost every thing but can not get this macro to paste values.
please help. Where can I read more about methods, and properties. Thank you Sub Button2_click() Dim NewRow As Integer NewRow = Worksheets("Form").Range("O1").Value + 1 If Worksheets("Form").Range("O2").Value < 0 Then MsgBox "There are errors. No data has been added!", vbOKOnly, "MeadInkent" Exit Sub End If Worksheets("form").Range("A10:A40").Copy Worksheets("data").Cells(NewRow, 1) End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find values in multiple cells and paste row values | Excel Discussion (Misc queries) | |||
can you change the default paste method? (paste values) | Excel Discussion (Misc queries) | |||
Paste values | Excel Worksheet Functions | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming | |||
How do i compare values from two sheet and copy & paste if values match? | Excel Programming |