Browse MS Excel Content
Excel VBA bug creates incorrect conditional format cell references
By: Mark Kiehl
Sub CreateConditionalFmt()
'Mark Kiehl, 24Feb2009, www.SavyCode-Solutions.com
'Excel VBA bug creates incorrect conditional format cell references.
'
'Excel has ..
Excel path/filenames
By: Mark Kiehl
Sub ShowFilePaths()
MsgBox Application.ActiveWorkbook.ActiveSheet.Name, vbInformation, "Active sheet"
MsgBox Application.ThisWorkbook.Path, vbInformation, "ThisWorkbook.Path"
MsgBox Application.DefaultFilePath, ..
