Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Counting colored cells

Hi bohi Since only cells with 1 will turn Gray, you might as well just count all the cells with 1's.

10 years ago
Reply
RE: Conditional Formatting with Cell Containing a Drop Down List

Hi Jim There is no reason why it is not working as your formula is correct. Take a look at my attached file.

10 years ago
Reply
RE: VBA Code to Remove ()s or -s from a UserForm Field

This is one I frequently use. It allows only numbers and nothing else (not even a space) to be entered into TextBox1. Private Sub TextBox1_KeyPress...

10 years ago
Forum
Reply
10 years ago
Forum
Reply
RE: How do I select a variable section of data in a sorted column?

Wow Tony !!! I'm impressed with your idea.Not bad for a VBA "novice". You could consider add this line of code to get the FinalRow instead of defi...

10 years ago
Forum
Reply
RE: How do I select a variable section of data in a sorted column?

Hi Tony If your value is fixed, you could be better-off using a VLOOKUP on the Building Desc for the Building Code. Referring to your quote "Tha...

10 years ago
Forum
Reply
RE: How do I select a variable section of data in a sorted column?

Hi Tony I am unable to visualize what you want.I hope this is the code you are looking for, otherwise I hope other members can assist. The codes...

10 years ago
Forum
Reply
RE: How do I select a variable section of data in a sorted column?

Hi Tony I am just making a guess here based on your data given. Correct me if I am wrong. 1) Columns E (Building Desc) and G (Floor Desc) are ke...

10 years ago
Forum
Reply
RE: Formula to deal with filtered (visible) data

Hi Tim I believe there are always more than one way to do what you wanted. PT is only my suggestion as it is easy to use (especially when dealin...

10 years ago
Reply
RE: How do I select a variable section of data in a sorted column?

Hi Tony It would be great if you could post a sample file with as much data as possible and the expected results for us to see. It will be easie...

10 years ago
Forum
Reply
RE: Find Column Name

You could try this =SUBSTITUTE(ADDRESS(1,<your column number>,4),"1","")

10 years ago
Reply
RE: How to stop showing sheet tabs even if one checks SHOW SHEET TABS option?

I set both Worksheet_Activate() and Worksheet_SelectionChange(ByVal Target As Range) events to hide the Tabs

10 years ago
Forum
Reply
RE: Protect the Header and Footer

Thanks for the link. Done that before a couple of times. Lots of hiding and displaying sheets in my case. I guess it is just a matter of prefer...

10 years ago
Reply
RE: Protect the Header and Footer

I agree with you Catalin that you cannot force user to enable macros. We can find many work-arounds but all will fail because of this. From my own ...

10 years ago
Page 91 / 95
0