Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello. Below I have a bit of code that hardcodes links to external
workbooks within the ActiveSheet. Can someone please modify this to loop through all sheets in ThisWorkbook? Thank you! Sub Hardcode() Dim ws As Worksheet On Error Resume Next Set rng = ActiveSheet.Cells.SpecialCells(xlFormulas) On Error GoTo 0 If rng = Empty Then MsgBox ("No Links in Sheets") Else For Each cell In rng sform = cell.Formula If InStr(sform, "[") Then cell.Formula = cell.Value End If Next End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Y Axis : Dynamically Hardcode Min/Max Values? | Charts and Charting in Excel | |||
hardcode a column in a formula | Excel Worksheet Functions | |||
Hardcode Links - edit my code please? | Excel Programming | |||
Change hardcode to ....? | Excel Programming | |||
Loop across Sheets and number of sheets | Excel Programming |