Blogs
Nick's Day By Day Excel Experts Blog
Submitted by NickV on 15 December, 2008 - 13:36- NickV's blog
- 44 comments
- 5100 reads
Tick Boxes with VBA code
Submitted by WesleyM101 on 3 February, 2012 - 05:13Hi
I am looking to add tick boxes into a macro. It needs to work like this. for example a product header eg. R1006-TIM and below that are going to be sub headers for example. GSN and when you click on the button the GSN documentation will open but the problem that i have is that there is different GSN docs for different parts of the same item.
- WesleyM101's blog
- Add new comment
- Read more
- 50 reads
Search Box with VBA code
Submitted by WesleyM101 on 3 February, 2012 - 05:08Hey
I am looking to put a search box into a excel macro that i am busy writing.
I have a page with different years from 2009 until 2013. if you click on any of them they will take you to that page and all the items of that year is displayed.
Now i want to add the search box on the page with all the dates to help people to get information but if they do not know which year it is in.
Can you please help me with that.
Thank
Wesley
- WesleyM101's blog
- Add new comment
- 43 reads

Simple Multiple Source Pivot
Submitted by Vishesh on 30 January, 2012 - 19:10Follow these steps to create a pivot table from multiple sources (same of other file). See attached example file.
Steps :
1a In Excel 2003 open the PivotTable and PivotChart wizard by choosing Data -> PivotTable and PivotChart Report.
1b In Excel 2007, press Alt+DP, then type P to open the wizard as there is no equivalent menu option.
2 Choose Multiple Consolidation ranges
3 Open file B as well
4 Choose relevant page field option
5 Simply select and add the ranges (highlighted cells) from this and other file. You can choose to have as many files (A+B)
6 Select New Sheet & Finish
- Vishesh's blog
- Add new comment
- 99 reads
Compare 2 cols and replace lowest value in one of them? Help!
Submitted by Loweh000 on 28 January, 2012 - 19:20I have a spreadsheet with Prices in one column and Lowest Prices in another column.
At the moment I have 100 instructions like this:
If Range("d4") < Range("i4") Then Range("i4") = Range("d4")
through to
If Range("d100") < Range("i100") Then Range("i100") = Range("d100")
I know there is a better way using If statements and looping through the cells.
Can I find the syntax or an example of how to do this - NO!
Is there anyone out there with the solution? Any help would be really appreciated.
H
- Loweh000's blog
- 1 comment
- 96 reads
Help
Submitted by WesleyM101 on 26 January, 2012 - 10:27Here is the example with notes attached
- WesleyM101's blog
- Add new comment
- 103 reads
Help with VBA code
Submitted by WesleyM101 on 26 January, 2012 - 06:49Hey
I need to copy data from sheet E-1 and past it on sheet Overdue.
The data that i need to copy shows have a value between -1 and -1500 and is in column Z. it needs to copy that entire row to sheet Overdue.
I want to create a button so that everyday i can update that data.
The other problem is that i am going to add remarks net to each overdue item and when i update the data everyday the remarks will not correspond to the origanal row. The reason why i am saying this is because items will be added and removed on the overdue schedule on a daily bases
- WesleyM101's blog
- 7 comments
- Read more
- 178 reads
Adding but "compounding"? the totals in a column
Submitted by Geek on 22 January, 2012 - 15:51I can't figure out how to do this except for the very long way. I have a column of about 100 numbers that I want to add. That I can do simply enough, however instead of just showing the final total at the bottom I want to show each step of the way. For example if I'm adding a column of 5 5's in the column next to it i would like to show 5,10,15,20,and lastly 25 at the end. Besides creating a seperate SUM function including the last cell, last two cells, last three cells.....and so on is there a short way of doing this?
Thank you in advance
- Geek's blog
- 3 comments
- 163 reads
Row headings
Submitted by vinodss on 21 January, 2012 - 09:35Sir,
Please any one help me i need change row headings i.e, A B C D E F etc., i need to add DATE CHQ NO. AMOUNT etc.,
attachement is enclosed for your's ready reference.
- vinodss's blog
- 2 comments
- 159 reads
VLOOKUP with Variable Label to Initialize
Submitted by TheKid0401 on 16 January, 2012 - 07:52I have an composite array of data in my Worksheet. I am using a Vlookup function to process the array for various algorithms which require data from the array. The composite array is horizontally divided by three rows of irrelevant data ("IR Data") into two arrays (upper and lower) which requires that the Vlookup function be initialized differently in the upper and lower array; i.e., the starting row of the lower array (below the IR Data) changes with varying output that populates the array.
- TheKid0401's blog
- 4 comments
- Read more
- 247 reads

Answer to Blog
Submitted by Vishesh on 15 January, 2012 - 15:02This is the solution to blog on url
http://excelexperts.com/help
Please see attached xl file.
- Vishesh's blog
- 4 comments
- 215 reads
HELP ???
Submitted by 4998275DL on 14 January, 2012 - 19:53I'm new at using Excell. I'm trying to assign a numerical value to a letter in my spreadsheet.Can you walk me thru step by step? Or do you have a Video? Thanks
- 4998275DL's blog
- 7 comments
- 259 reads
DATA LIMITS IN EXCEL ROW
Submitted by vinod on 13 January, 2012 - 10:06VENDORS PAYMENT DETAILS
1 2 3 4
SL.NO IN FAVOUR AMOUNT THROUGH
1 ABC LTD 30,000.00 DD
2 XYZ PVT LTD 25,000.00 CHQ
3 ZYX LTD 15,000.00 DD
4 CBA SOLUTIONS 2,000.00 CHQ
5 SOMU 8,000.00
6 RANI 6,000.00
7 RANGA 5,400.00
8 RAMANA 56,000.00
Sir
in above table i need to fill in 4th row only DD or CHQ not other characters of any like RTGS, Netbanking etc., how it is possible (details given in attached xls file)
- vinod's blog
- 1 comment
- 233 reads

Export to and Import from Tab delimited Text file
Submitted by Vishesh on 5 January, 2012 - 14:55- Vishesh's blog
- Add new comment
- Read more
- 282 reads
HYPERLINK
Submitted by aminxl on 31 December, 2011 - 04:58Sir
How to apply Hyperlink from Word to Excel 2007
VINOD
- aminxl's blog
- 1 comment
- 244 reads
Changing colors in Excel using VB
Submitted by markc1788 on 28 December, 2011 - 15:27At present the Sheet cells have a validation list where members of the team can only select 1 of 5 skill set options, however the background colour does not automatically update unless you actually activate the cell after making your selection. Can you please advise how I can get this to automatically update with each change?
- markc1788's blog
- 8 comments
- Read more
- 365 reads
VLOOKUP
Submitted by aminxl on 27 December, 2011 - 12:33Sir/s
I am trying to apply VLOOKUP formula from Anil to 19 (a to b)but it is getting only 71 not 19 but i need 19 how it possible or any other way.
a b
ANIL 71
ANIL 19
BABU 24
BABU 67
VINOD
- aminxl's blog
- 1 comment
- 276 reads
VLOOKUP FORMULA (REQUIREMENT)
Submitted by aminxl on 27 December, 2011 - 12:15Sir
I have one prob
a b c d
GANGAWATER BOTTLE TIN POCKET
GANGAWATER TIN BOTTLE POCKET
GANGAWATER POCKET TIN BOTTLE (this is master data)
I am trying to apply VLOOKUP a-b VLOOKUP is getting only BOTTLE(b) not for TIN and POCKET i need to pickup TIN how it is possible or any other root is there.
sir any one help me.
VINOD
- aminxl's blog
- 1 comment
- 278 reads
Excel save as .txt
Submitted by kirra on 15 December, 2011 - 05:00Hi! I need help !!!
I have a spreadsheet in Excel that I'm trying to save as .txt or .csv to be able to import the data into myob.
However, every time I save as .txt or .csv and open it in notepad it doesn't show the data separated by comma, it's separated by tab which it's not the format accepted into myob.
What's happening ?? Am I doing something wrong ?? What should I do ??
I tried to concatenate the data too but it changes the date and numbers format...
- kirra's blog
- 1 comment
- Read more
- 353 reads

Text/Number Validation in Text Boxes
Submitted by Vishesh on 11 December, 2011 - 17:19- Vishesh's blog
- Add new comment
- Read more
- 316 reads
Tree View in Excel
Submitted by deepakjipaulson on 28 November, 2011 - 14:35Hi Nick,
Could u pls. assist with the below queries
1. When this file is closed and opened
the form control shrinks & expands- becomes steady only after a couple of scroll
2. When a particular item (parent/child) is selected
the same should get linked to a particular cell in the ctrl sheet
Thanks
Deepak Ji Paulson
- deepakjipaulson's blog
- 3 comments
- 576 reads
How to sum hours within a certain time frame within a range of start and end times?
Submitted by GeorgeK7 on 22 November, 2011 - 05:34Hello,
- GeorgeK7's blog
- 2 comments
- Read more
- 525 reads
Help with Compile error Next without for
Submitted by ann21236 on 21 November, 2011 - 17:23- ann21236's blog
- 1 comment
- Read more
- 499 reads
Excel Help - VBA
Submitted by cheetahs10 on 15 November, 2011 - 08:21Help please !!! I have a excel work book with the following sheets , E-1 and Overdue.
The E-1 sheet consist of over a 1000 rows. I have a lot of formulas on that sheet to make certain items in colour and so on.
I need a formula or VBA help to get only the overdue orders on the E-1 sheet and copy them to the overdue sheet.
If the column AC is between -1 and -1000 it should copy that row to the overdue sheet.
If this formula is possible can we put in that column AC should be sorted from Highest to lowest.
- cheetahs10's blog
- 7 comments
- Read more
- 561 reads

Solution-Copy data range to new worksheet
Submitted by Vishesh on 8 November, 2011 - 18:14Solution for problem posted on url
http://excelexperts.com/copy-range-data-new-worksheet-when-matching-data...
Please see attached sheet. Click on the button provided on the sheet.
- Vishesh's blog
- Add new comment
- 574 reads

Customised Progress Bar
Submitted by Vishesh on 29 October, 2011 - 18:23Download the attached Excel workbook to see how the customised progress bar works. To implement this in your project simply copy the form (frmProgress) and general module (modProgressBar). And then, you just need to call ShowProgress procedure like this
Call ShowProgress("Task 4", 10)

- Vishesh's blog
- Add new comment
- 421 reads

VBA code to handle Access Imports and Query
Submitted by Vishesh on 21 October, 2011 - 11:22Public g_objConnection As ADODB.Connection Public Const gc_strDBPath As String = "C:\Test.mdb" Function blnConnectDatabase(strPath As String, strDBPass As String) As Boolean ' If blnFileExists(strPath) = False Then ' GoTo ErrH ' Exit Function ' End If Set g_objConnection = New ADODB.Connection On Error GoTo ErrH g_objConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _ strPath & ";Jet OLEDB:Database Password=" & strDBPass & ";" On Error GoTo 0 blnConnectDatabas
- Vishesh's blog
- 1 comment
- Read more
- 467 reads

Solution to Forum Ques
Submitted by Vishesh on 17 September, 2011 - 07:59Solution for Forum Ques on url:
- Vishesh's blog
- Add new comment
- 920 reads

Rows to column solved
Submitted by Vishesh on 15 September, 2011 - 18:02Solution for problem asked in url: http://excelexperts.com/moving-data-rows-columns-depending-unique-conten...
Pls c attached sheet. I have tried to solve it using formula only (no macros as it would need more involvement).
- Vishesh's blog
- Add new comment
- 486 reads
multiply by 100
Submitted by Carmoi on 7 September, 2011 - 18:291576 tourist bed-nights multiplied by 100 liters of water per night
What would the formula look like in the formula bar?
- Carmoi's blog
- 1 comment
- 450 reads

Recent comments
11 hours 15 min ago
18 hours 33 min ago
21 hours 26 min ago
21 hours 31 min ago
1 day 12 hours ago
1 day 12 hours ago
1 day 22 hours ago
2 days 14 hours ago
3 days 14 hours ago
3 days 14 hours ago