Hey Dizzy. I read through the posts and thought I would jump in and help you out. I can't understand why no one is giving you information on how this works.
When you use the search function in EB, it returns you an area object. That area object has some properties to it that you can access...
After doing a bit more research and testing, and with the excellent link from Lakare I have some additional information which will help you understand the previous code.
Basically, the above if statements are used to check and see if a bit is turned on or off in a certain position. I am not...
Hey Andy. Try running the values through the following code. It will tell you the attributes of the fields.
Sub Main
Dim Modified$, Numeric$, Protected$, Display$
iValue = 252
If ivalue And 1 Then
Modified$ = "modified"
Else
Modified$ = "unmodified"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.