Sheet1.Cells(11, col_Safety).Value = "=IF(INT(F11)=1,("
+ Sheet1.Cells(7, col_Safety) + "+(MOD(F11,1)*"
+ Sheet1.Cells(7, col_Safety + 1) + ")),IF(INT(F11)=2,("
+ Sheet1.Cells(7, col_Safety + 1) + "+"
+ Sheet1.Cells(7, col_Safety + 2) + "+(MOD(F11,1)*"
+ Sheet1.Cells(7, col_Safety + 2) + "))))"
This formula keeps on giving me a Type Mismatch error...
I'm using this in a macro instead of a formula because this is a weekly schedule and I don't want the numbers changing when it's not the current date.
Can anyone see why I'm getting this error?
Any help will be greatly appreciated!
TIA
![]()
Bookmarks