Quantcast
Channel:
Viewing all articles
Browse latest Browse all 41115

Forum Post: RE: Detect Bitmap Resolution | Case by Case?

$
0
0
oh nice! yes, that is what I mean by "case by case". I knew I'd have several " if "statements... this will help a lot! But how do I use case per this scenario? dim curbmp as shape or curbmp as bitmap? set curbmp = activeselection If CurBmp.ResolutionX <= 72 Then MsgBox "Very Small Resolution" ElseIf CurBmp.ResolutionX <= 150 Then MsgBox "Small Resolution" ElseIf CurBmp.ResolutionX <= 300 Then MsgBox "Higher Resolution" Else MsgBox "Extreme Resolution" End If

Viewing all articles
Browse latest Browse all 41115

Trending Articles