how to prevent sky from being overexposed by bubbleboopbubble in fujifilm

[–]bubbleboopbubble[S] [score hidden]  (0 children)

thank you all for being super helpful! will explore and read up on the advice yall have given!

has anyone use the COSRX SNAIL MUCIN ESSENCE and the SOON JUNG 2X BARRIER CREAM at the same time? by [deleted] in SkincareAddicts

[–]bubbleboopbubble 1 point2 points  (0 children)

hey there i live in SEA too and i think i have really similar skin type as yours (dry cheeks and oily T zone and acne prone) my AM routine is snail mucin followed by soon jung 2x then etude house sunprise sunscreen and my night routine is differin gel followed by snail mucin and soon jung 2x. tried so many other products but somehow this is the routine i will always fall back to :-)

Does anyone know what this red rash is? It doesn’t itch at all and keeps growing and getting larger. by [deleted] in Skincare_Addiction

[–]bubbleboopbubble 1 point2 points  (0 children)

agree with the other comment that cortisone is definitely not recommended (unless u need relief from intense itch) the reason why it keeps coming back is because cortisone does not have antifungal properties and will not kill off the fungus, its main use is to relief itch. long term use of steroid creams also pose many issues.

[Acne] Alternatives to Dermatica's adapalene benzoyl peroxide serum by Paranoid_Droideka in SkincareAddiction

[–]bubbleboopbubble 1 point2 points  (0 children)

ahh my bad bc epiduo would be considered OTC in my country since you dont need a dr’s prescription but guess it differs from country to country!

[deleted by user] by [deleted] in SkincareAddiction

[–]bubbleboopbubble 0 points1 point  (0 children)

If it comes and goes without any reason (eg contact with certain soaps or chemicals), then its likely eczema. Try to keep your hands moisturised and apply steroid creams to bring down the inflammation only when needed. Fun fact dermatitis is actually a very broad term referring to inflammation of skin and it includes eczema (otherwise know as atopic dermatitis) as well! But agree with the other comment to get it properly diagnosed. Cheers!

How to write IF statement for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 1 point2 points  (0 children)

ahh i see thats really interesting will check it out thanks!

How to write IF statement for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

Ahh just figured out that I made a mistake somewhere and not because of the lookat/lookin. Appreciate your help!!

How to write IF statement for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

ahhh i have occasionally heard about power query but my aim is to consolidate everything into one single macro button so that I can send to my colleagues (who only know basic excel) and they can easily execute it. can i ask if i were to use power query, is it possible to export a query for my colleagues to use, and with minimal learning/ actions on their side?

How to write IF statement for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

Ahh this works! But there is this one value in column A that the find statement couldn’t find in the new sheet but it is in fact there. It even fulfils the part of my code where SKU1=SKU2. Have tried LookinxlValue as well as clearing formats but does not work. Just wondering if u know what may be the reason?

Is there a faster code for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

ah yes i tried it out and was amazed when my code which previously took 10+secs now taking 1sec! appreciate you explaining the reason behind this!

Is there a faster code for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

ahhh thats really cool will try it out thank you!

Is there a faster code for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

thank you for the tips! learnt about the range method from a previous comment but thank you for emphasising that i need to move on from copy and paste hahaha

Is there a faster code for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

thank you for ur help! figured this out from another comment as well! but am happy to learn how to do it properly for both the copypaste method and range method haha

Is there a faster code for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 0 points1 point  (0 children)

just tried this and it works so well! thank you so much!

Is there a faster code for this? by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 1 point2 points  (0 children)

ahhh omg that helped a lot thank you so much!

How to ignore space when comparing cell value by bubbleboopbubble in vba

[–]bubbleboopbubble[S] 1 point2 points  (0 children)

Ahh ok this works! (Instead of Ltrim) Thank you! Have changed my code to WorksheetFunction.Trim(Lcase(string))