Blogs
change icon
Submitted by 0713910067 on 5 January, 2013 - 08:41I want to change the icon showing in the left top most of the excel to my own icon.
Can anybody help me for the same.
- 0713910067's blog
- Login or register to post comments
- 3066 reads
Formula Shortcut
Submitted by bakerbe on 3 January, 2013 - 14:31I need an excel expert that knows a shortcut that will allow me to convert the follwing formula =+'[Wexford MD Staffing Audit Phase I Oct 2012 x.xls]Staff Plan - FY13'!L181+'[Wexford MD Staffing Audit Phase I Oct 2012 x.xls]Staff Plan - FY13'!L317 to =+'Staff Plan - FY13'!L181+'Staff Plan - FY13'!L317
- bakerbe's blog
- 1 comment
- 3018 reads
Help with this Formula
Submitted by gigels on 1 January, 2013 - 19:38I have created this formula but it is giving the result "0", when if fact what should showing is "2", even in the formula checker I gone through it systematically and it only results in "0", this is based on the $c87 cell content being a No.4 and the AV80 cell content being a No.1. I know it is to do with a true/false statement but because of the nesting the formula reading right but results wrong and I can't seem to correct it - can anyone see what I done wrong and point out the error I have made! to me thank-you
- gigels's blog
- 2 comments
- Read more
- 3345 reads
Give a Christmas Look to your Charts
Submitted by Ashish Koul on 25 December, 2012 - 17:02If you want to give Christmas look or use custom shapes instead of in-built markers on charts. Snapshot below-
Download Working File/Macro - https://www.box.com/s/02sfon6jloo7lpaj3s6c
Steps to use -
Download the working File
=> Goto “Data” sheet . Change chart data as per your requirement , series name,etc.
=> Add custom shapes to excel sheet which you would like to show instead of markers
- Ashish Koul's blog
- Login or register to post comments
- Read more
- 3210 reads
2013 Calender in Excel
Submitted by Ashish Koul on 19 December, 2012 - 17:29Download and try Calender in Excel. Snapshot below-
Download Link https://www.box.com/s/fe5hfdixf5eldknxnz7l
Steps to use -
1 Download the file
2 Add the reminders in "Reminders" sheet
3 Select the month from the drop-down on "Calender" sheet
4 Choose Year using scroll bar
- Ashish Koul's blog
- Login or register to post comments
- 4018 reads
Calling a website and returning
Submitted by Thomas Collins on 16 December, 2012 - 14:42Thanks Andy that does work.
Instead of dropping a hyperlink onto th worksheet, and executing from there, I'd prefer to have it execute directly from the User Form upon clicking on the option. In other works, click and the button and it directly goes to the website, then returns to the user form (same one or next) without having to return to the spreadsheet itself. Make sense?
Pat
- Thomas Collins's blog
- 2 comments
- 2698 reads
Using a Sub to bring up the internet, then return
Submitted by Thomas Collins on 14 December, 2012 - 17:28Is there a way to call up a URL from within a sub, and when done, return to the sub? In my routine I want to have a choice to "Check in wikipedia" but what id any coding will do this?
Pat
- Thomas Collins's blog
- 3 comments
- 3120 reads
Funciones de Excel: SIFECHA "Fecha y Hora"
Submitted by agustingt8 on 7 December, 2012 - 00:33Función SIFECHA:
Esta función devuelve la diferencia entre dos fechas, expresada en determinado intervalo.
Esta función es un caso aparte, no por su simpleza o complejidad. Simplemente, porque desde Excel 5.0 no está documentada. Es una función que si la buscamos en el listado de funciones de Excel, veremos que no aparece.
- agustingt8's blog
- Login or register to post comments
- Read more
- 8155 reads
Fixed Text in Excel
Submitted by Manish Rathi on 4 December, 2012 - 17:111. I am using excel2003 & i want to set some text in e column 32 no row that can not be delited, if any one delete that column or row, that text again appair at same place.
2. i want to block arrow key (near right ctrl key), how?
Please help me.
Thanks
- Manish Rathi's blog
- 3 comments
- 3698 reads
How to become an Excel MVP
Submitted by Nick on 30 November, 2012 - 22:03
So you want to become a Microsoft Excel MVP ?
Well, there's no exact formula to this journey but I might be able to offer a few tips on things that will help your case. Becoming a Microsoft Excel MVP is about being an expert in Excel, volunteering your expertise, and being known for your contribution. You cannot apply for this award, and you need simply to be recognised.
Here are a few things that might help to get you noticed:
Dos:
- Nick's blog
- 1 comment
- Read more
- 11305 reads
PERSONAL.XLSK
Submitted by trimalakumar on 23 November, 2012 - 08:02In my Laptop installed version of Ms-office 2007, every opening of Ms-excel,
once "PERSONAL.XLS" also opening with excel file. please help me how to
deactivate my normal excel file..
- trimalakumar's blog
- 2 comments
- 4273 reads
NEED HELP PLEASE!
Submitted by rbruni85 on 21 November, 2012 - 00:51I have the entire layout done, I just need a great deal of help in making my coding correct so I can make it run properly. I have included all the steps needed in order to complete it and want to make sure I'm headed in somewhat of the right direction but I am struggling greatly. Any help would much appreciated.
Design and code a project to calcu¬late the amount due for rentals.
Movies may be in VCR (videotape) format or DVD format
Videotapes rent for $1.80 each and DVD’s rent for $2.50.
New releases are $3 for DVD and $2 for videotape.
- rbruni85's blog
- Login or register to post comments
- Read more
- 3152 reads
Response 2 to Need help to gather staff times
Submitted by AndyLitch on 20 November, 2012 - 10:10Martin,
two files attached. MD master is the file which collates the data from the timesheets. TS1 is a timesheet. Note I have amended the timesheet format slightly so this will need to become your new template timesheet (see notes).
I recommend you error check for mathematical errors before deploying.
The master workbook also has a populateallrnd macro which will populate all timesheet workbooks within a folder with random numbers.
Any probs/questions email me at andrewlitchfield@gmail.com for fine tweaking
- AndyLitch's blog
- Login or register to post comments
- 2480 reads
Calculating Binomial Coefficients with Excel
Submitted by AndyLitch on 18 November, 2012 - 12:00Attached is a simple spreadsheet for calculating linear and binomial coefficients using Excel
- AndyLitch's blog
- Login or register to post comments
- 15930 reads
Getting the hard drive serial number
Submitted by AndyLitch on 17 November, 2012 - 10:36Function HdNum() As String
Dim fsObj As Object
Dim drv As Object
Set fsObj = CreateObject("Scripting.FileSystemObject")
Set drv = fsObj.Drives("C")
HdNum = Hex(drv.serialnumber)
End Function
Sub HD()
MsgBox HdNum
End Sub
Since each computers hdd serial number is unique this can be useful for security
- AndyLitch's blog
- Login or register to post comments
- 17922 reads
Demo Scrolling Message display using a chart
Submitted by AndyLitch on 17 November, 2012 - 09:49Just a bit of fun to demo how you can create a scrolling dot matrix message display using a bit of VBA and charts.
Sub DotMatrix()
Dim lngIndex As Long
ColourNum = 3
ColourSelect
DispState = Sheet2.CheckBox1.Value
Sheet2.CheckBox1.Value = True
Sheet2.Range("C58").Value = 1
'Exit Sub
With Worksheets("LCD")
For lngIndex = 0 To (Len(.Range("DISPLAYTEXT").Value) * 6) Step 1
.Range("SLICE").Value = lngIndex
Range("C2").Select
DoEvents
Next
- AndyLitch's blog
- Login or register to post comments
- Read more
- 4001 reads
Q3-2012 - ExcelExperts.com Update
Submitted by Nick on 11 November, 2012 - 22:11
Hi all
ExcelExperts continues to go from strength to strength thanks to our fantastic volunteers.
- Nick's blog
- Login or register to post comments
- Read more
- 3431 reads
UDF to find Redirect Web Url
Submitted by Ashish Koul on 11 November, 2012 - 12:51Suppose you have the list of web URL's which are redirecting to new URL. To find the redirect/ new URL try this UDF-
Function redirect_url(surl As String) As String
Dim myIE As Object
Set myIE = CreateObject("InternetExplorer.Application")
myIE.Navigate surl
Do While myIE.Busy
Loop
redirect_url = myIE.Document.URL
myIE.Quit
Set myIE = Nothing
End Function
- Ashish Koul's blog
- 2 comments
- 6528 reads
Input data in one sheet and store data in another workbook (Macro)
Submitted by Sabzero786 on 6 November, 2012 - 12:37Hi,
Please can someone assist me with my code below, i am tying to get this to work, i input data in one sheet and then want to store the data in another workbook, if i save the data to the same workbook the code works fine, but when i attempt to save to another workbook, it records the data but does not close the workbook, i am also looking at sending this out to multiple users, have researched so many alternatives but none seem to work, there is talk about ADO but my knowledge is low on that...hoping that someoone can help with this...
Private Sub Auto_Open()
- Sabzero786's blog
- 1 comment
- Read more
- 6781 reads
Color chart series based on color pattern in a range
Submitted by Vishesh on 6 November, 2012 - 11:35- Vishesh's blog
- 1 comment
- Read more
- 6991 reads
Navigate through all the worksheet and Press Ctrl + Home Using VBA
Submitted by Ashish Koul on 2 November, 2012 - 16:27If you want to select the first cell after freeze pane on each worksheet and save it. So that when user opens the workbook he/she do not have to press CTRL+ Home in each worksheet to go to first cell.
Here is the code -
Sub goto_first_cell_in_each_worksheet()
Dim wk As Worksheet
For Each wk In ThisWorkbook.Worksheets
If wk.Visible = xlSheetVisible Then
wk.Select
If ActiveWindow.SplitRow = 0 And ActiveWindow.SplitColumn = 0 Then
Application.Goto Range("a1")
Else
- Ashish Koul's blog
- 1 comment
- Read more
- 11733 reads
Find The First Cell After Freeze Pane
Submitted by Ashish Koul on 2 November, 2012 - 16:21If you want to know the first cell after the freeze pane . Try this code-
Sub find_first_cell_after_freeze_pane()
If ActiveWindow.SplitRow = 0 And ActiveWindow.SplitColumn = 0 Then
MsgBox "No freeze Pane Found"
Exit Sub
Else
MsgBox Cells(ActiveWindow.SplitRow + 1, ActiveWindow.SplitColumn + 1).Address
End If
End Sub
- Ashish Koul's blog
- Login or register to post comments
- 8359 reads
Reply to forum topic "Search, Copy & Paste macro."
Submitted by manny on 2 November, 2012 - 13:37This is a reply to forum topic "Search, Copy & Paste macro.":
excelexperts.com/search-copy-paste-macro
Download an example file to see the solution.
- manny's blog
- Login or register to post comments
- 7793 reads
Add Worksheet Navigation button on mouse right click
Submitted by Ashish Koul on 2 November, 2012 - 07:42If you want to add a new button on mouse right click menu "Worksheet Navigation" showing the list of worksheets in active workbook and navigate easily.
Private Sub Workbook_Open()
On Error Resume Next
'Delete the new button if already exists
' name of the new button is "New Button"
Application.CommandBars("Cell").Controls("Worksheet Navigation").Delete
'run a macro to add a new button on mouse right click
Call add_new_button
End Sub
- Ashish Koul's blog
- Login or register to post comments
- Read more
- 5018 reads
Excel is the Super App!
Submitted by sjarousky@gmail.com on 1 November, 2012 - 17:57It is amazing how many people use Excel for providing status updates, reference material, defect tracking, etc. I have made a number of solutions for Excel users that thought that Excel was just a bunch of cells that could do a few calcs for convenience (SUM, IF, Vlookup,etc.) I think the hardest thing about Excel is getting the users to understand that excel can do things better. For example: a users mantains a list of somekind with each record containing several attributes.
- sjarousky@gmail.com's blog
- Login or register to post comments
- Read more
- 2931 reads
Programming the output format within a UDF
Submitted by jorge49 on 29 October, 2012 - 16:09I made a UDF in Excel 2010 which is programmed to give an output in acordance to the value of the transfered parameters, for the best display I need to be able to modify the output format in correspondence with the results, the question is:
Is it possible to include, as a part of the UDF, a code to make a conditional format to display the result in an appropriate format? if so, how can I program it?.
To illustrate the question take this: functionName(A,B,C,D,E)
where A,B,C,D are the parameters for the calculus and E is the format parameter, for example:
- jorge49's blog
- 4 comments
- Read more
- 3611 reads
Spanish to english
Submitted by Emma on 24 October, 2012 - 23:17In this file you can find excel translation from spanish to english
- Emma's blog
- Login or register to post comments
- 2951 reads
hide / unhide tab
Submitted by 0713910067 on 22 October, 2012 - 05:15How can we hide tabs (such as home, insert etc) in excel through VBA automatically .
- 0713910067's blog
- 1 comment
- 3000 reads
If(AND nested statement
Submitted by timothy.savage@... on 19 October, 2012 - 21:07I am trying to figure out how to create a nested if/and statement with 5 conditions but I either get an effor telling me it is not a valid equation or it tells me I have too many conditions. Below is the formula.
Essentially I would like the cell to tell me, based on the five conditions, if it is less than or more than fair market rent for the size of unit (0-4 bedrooms) and the corresponding rent standard.
Here is my statement
- timothy.savage@snhu.edu's blog
- 1 comment
- Read more
- 2833 reads
Reply to forum topic "Checkbox help"
Submitted by manny on 19 October, 2012 - 15:27This is a reply to forum topic "Checkbox help":
excelexperts.com/checkbox-help
Download an example file to see the solution.
- manny's blog
- Login or register to post comments
- 5753 reads
Recent comments
5 years 36 weeks ago
6 years 22 weeks ago
6 years 34 weeks ago
6 years 37 weeks ago
6 years 38 weeks ago
6 years 43 weeks ago
6 years 52 weeks ago
7 years 2 days ago
7 years 3 days ago
7 years 3 days ago