Forum

SunnyKow
@sunnykow
Noble Member
Joined: Jun 25, 2016
Topics: 0 / Replies: 1417
Reply
RE: Put in place my database created in Excel

Hi Maurizio OK, I think I know what you want. I have done the following: 1) The Listbox will display all the records (in columns) upon initia...

9 years ago
Forum
Reply
RE: Put in place my database created in Excel

I still don't understand what you want (communication problem again I think). I am only making a guess what you wanted based on your codes. If you ca...

9 years ago
Forum
Reply
RE: Put in place my database created in Excel

Hi Maurizio I have modified the codes for you. See if this is what you wanted. Sunny

9 years ago
Forum
Reply
RE: Put in place my database created in Excel

You will also need to change the column count to 12 and add one more column width to show all 12 columns. 'Settaggio di alcune proprietà della List...

9 years ago
Forum
Reply
RE: Put in place my database created in Excel

Hi Maurizio You are missing a row source. Just include this to UserForm3 in the UserForm_Initialize() code. With Me.ListBox1.RowSource="A2:L56" ...

9 years ago
Forum
Reply
RE: Use the VLOOKUP or INDEX & MATCH

Hi Khalil See if this is what you are looking for. Note that this is an array formula so you will need to press CTRL+SHIFT+ENTER (instead of ENT...

9 years ago
Reply
RE: Total Commission Calculation Using VLookUp

Just change your formula to =SUMPRODUCT(INDEX(C5:N17,MATCH("Jackie",B5:B17,0),0)) it should give you $307 Hope this helps. Sunny

9 years ago
Reply
RE: Playing a Window Media Player's playlist in Excel

Hi Julian Add this to your code: 'Play the playlist WindowsMediaPlayer2.settings.setMode "Loop", True WindowsMediaPlayer2.fullScreen = False ...

9 years ago
Forum
Reply
RE: How to Auto Populate a cell based on Range

Hi Christine You can just use a VLOOKUP. Refer example attached. Sunny

9 years ago
Reply
RE: Blank spaces when using IF formula to transfer Data from one spreadsheet to another

Hi Christine I have just answered a similar question for Meshell. See if it will help. Sunny

9 years ago
Reply
RE: Copying Conditional Formatting with Absolute References

Hi Paul I am happy to know it is working for you. VBA is definitely the way to go if you want to "conquer the world", as you put it. I am sure M...

9 years ago
Reply
RE: Copying Conditional Formatting with Absolute References

Hi Paul Just open both workbook. Press ALT-F11 to display the VBA screen. Drag Module 1 from your current workbook to the new workbook. You can ...

9 years ago
Reply
RE: IFERROR Formula problem.

Hi Meshell See if this is what you are looking for. Sunny

9 years ago
Reply
RE: Copying Conditional Formatting with Absolute References

Hi Paul You will only need to change the number in red. RowToCompare = 3 'Change this number to the row number you want to compare against. ...

9 years ago
Reply
RE: Copying Conditional Formatting with Absolute References

Hi Paul I have written a macro for your specific needs. You will need to change some settings for the macro to run. See the instructions in the ...

9 years ago
Page 78 / 95