tuanmaciek
New Member
- Joined
- Jul 19, 2020
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
Hi,
I've got problems with registering macros in Excel VBA. This is a sample macro to hide column "I" instert rows and delete rows. It looks really strange. I've tried Excel fixing I even have removed and installed once again my Office 365. It didn't help.
It should look completely different.
Has anyone have an idea what to do?
Maciek
I've got problems with registering macros in Excel VBA. This is a sample macro to hide column "I" instert rows and delete rows. It looks really strange. I've tried Excel fixing I even have removed and installed once again my Office 365. It didn't help.
VBA Code:
Sub Makro1()
'
' Makro1 Makro
'
'
Columns("I:I").Count
Substitute..Duplicate = TRUE
Rows("6:7").Count
Substitute. := xlDown, := xlFormatFromLeftOrAbove
Rows("14:15").Count
Substitute. := xlUp
Range("E9").Count
End Sub
Has anyone have an idea what to do?
Maciek