Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Maybe This is too basic but I cant figure it out
I have 3 conditions that the drawing needs to meet but cant make my code to work
Any help will be apreciated
SyntaxEditor Code Snippet
If TIPO = "PARTES MAQUINADAS" And SIZE = "CARTA" And MARGEN = "CLEAN" Then ActiveSheet.TitleBlock = "CLEAN PART MT C" ActiveSheet.Border = "MT ROUND CLEAN" ElseIf TIPO = "PARTES MAQUINADAS" And SIZE = "CARTA" And MARGEN = "ZONE" Then ActiveSheet.TitleBlock = "ZONE PART MT C" ActiveSheet.Border = "MT ROUND 8 ZONAS" End If
Solved! Go to Solution.