Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm using this macro to make one column values only:
Sub ValuesOnly( ) Dim rRange As Range On Error Resume Next Set rRange = Application.InputBox(Prompt:="Select the formulas", Title:="VALUES ONLY", Type:=8) If rRange Is Nothing Then Exit Sub rRange = rRange.Value End Sub This works great for one worksheet but how do I apply it to several worksheets? The column that I'm select to paste values only is the same for each worksheet. Basically I would like to select a range of cells and have it apply to that same range of cells for every worksheet. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste values - macro | Excel Discussion (Misc queries) | |||
A macro to paste values | Excel Discussion (Misc queries) | |||
Paste Values Macro | New Users to Excel | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) | |||
Macro needed to Paste Values and prevent Macro operation | Excel Discussion (Misc queries) |