Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
How can I make a variable, PCT, that calculates the percent progress of this macro. Thanks, John Dim cell As Range For Each cell In Worksheets("Sheet1").Range("A1:A2401") cell.Resize(1, 4).Copy With Worksheets("Sheet2") .Range("B2").PasteSpecial Transpose:=True cell.Offset(0, 4).Value = .Range("B8").Value End With Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Progress Bar | Excel Discussion (Misc queries) | |||
Progress Bar | Excel Discussion (Misc queries) | |||
Track progress to lookup percent complete on another worksheet. | Excel Worksheet Functions | |||
Formatting a number to look like a Percent without a percent sign | Excel Discussion (Misc queries) | |||
Progress YTD | Charts and Charting in Excel |