Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Here's the start of one macro. It goes to errorhandler each time. Worked
before. I'm sure it's some switch I forgot to turn on. Help! Public City As String Option Explicit Public Sub SCCMonthlyUpdateSFR() Sheets("work").Select Call Reil1 Range("D7").Select Dim Cell As Range For Each Cell In Range("B7:B27") City = Cell.Value Call zcopy Next End Sub Public Sub zcopy() On Error GoTo ErrorHandler Selection.copy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Broken? | Excel Worksheet Functions | |||
Broken x-axis in excel | Charts and Charting in Excel | |||
Reinstalled Office XP Pro - now can't open 128-bit encrypted file. | Setting up and Configuration of Excel | |||
Has my macro broken Excel? | Excel Programming |