Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: LOOKUP formula works in adjacent cells but fails in 2 cells??

Hi Brian Nice to know the formula is working for you. LOOKUP (or VLOOKUP/HLOOKUP with the last argument TRUE/1/blank) does an approximate search...

7 years ago
Reply
RE: LOOKUP formula works in adjacent cells but fails in 2 cells??

Hi Brian LOOKUP requires the lookup vector (e.g. G2:L2) to be sorted in ascending order (which you can't do in your example), otherwise it may give...

7 years ago
Reply
RE: Link hidden sheet and hide after viewing

Hi Nikki Welcome to the forum. Give this a try. Sunny

7 years ago
Forum
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

You can try this to get the user name Sub DeletePlayList() MyName=environ("username") On Error Resume Next Kill "C:Users" & MyName & ...

7 years ago
Forum
Reply
RE: named range in formula

Hi Julie It would help if you can post a file with some sample data. It will help others to understand your needs better.

7 years ago
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

You can try this code to delete the files. Sub DeletePlayList() On Error Resume Next Kill "C:UsersUserNameMusicPlaylistsMyPlayList*.wpl" On Error G...

7 years ago
Forum
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

Hmm didn't know about the limit. I would have deleted the old playlist (if one exist) before I play a new video.

7 years ago
Forum
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

Hi Victor I have tested it on Excel 2013 (64-bit) and did not encounter any problem. I really have no idea what is causing your error. Sunny

7 years ago
Forum
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

Hi Victor I have tested the codes on my personal PC and at the workplace with no problem whatsoever. Possibly Excel version problem (I am using ...

7 years ago
Forum
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

Hi Victor Thanks for your feedback. Good to know the codes are useful to you. Cheers Sunny

7 years ago
Forum
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

You can also refer here for another topic on WMP.

7 years ago
Forum
Reply
RE: Change WindowsMediaPlayer mode, when file played is finished

Hi Victor Give this a try. You will need to adjust the codes to suit your needs. Hope this helps. Sunny

7 years ago
Forum
Reply
RE: How to create combo box to pull data from hidden tabs in workbook

Hi Stee I don't see any reason why the list or combo box is unable to pull the data from the hidden tabs. You did not specify whether the list/c...

7 years ago
Reply
RE: Ignoring Blanks in an IF Function--help needed

Hi Kris Try this =IF(AND(D2<>"",G2<>""),"Completed","Outstanding") You only placed one of the parentheses in the wrong place S...

7 years ago
Reply
RE: VLookup giving unexpected result

Hi Yunus In your formula VLOOKUP($C7,'Sales Tab'!$F:$CF,'Sales Tab'!AW$7,0), you will need to check what is in cell AW7 It should contain the co...

7 years ago
Page 42 / 95