Hi
I need to rollout the same personal macro workbook to a number of users.
My current approach is to have each user run an install programme once that extracts the file to the diretory it needs to be in:
C:\Documents and Settings\USERNAME\Application Data\Microsoft\Excel\XLSTART
They can...
Hopefully somebody has come across this problem deploying macros on multiple PCs.
I've got a macro that runs fine on a colleague's PC. But on mine (same OS, same Excel version and service pack) it runs differently - namely it doesn't paste some data from sheet1 to sheet2.
I suspect there is a...
Hi
I need to build a number of macros into Excel permanently for a number of users to use for any spreadsheet, so they can access them via a button on the toolbar and/or menu item.
However, I need to do this without storing the macros in spreadsheet if possible.
So is there a way to build...
Hi All
Has anybody come across a free/low cost add-in which automatically updates the Outlook calendar with official public holidays?
I need this for the US, and major EU countries.
I couldn't find one on microsoft.com, but I may have missed it...
Hi
I've been trying to write code that will fill down a formula in F1. It needs to fill down for the same number of cells that have values in Column C. So if there were values in C1-C256, the formula would automatically fill down in F1-F256.
I know it needs an IF argument but I don't have...
Hi
I've got lots of sheets with text in cell A that has spaces at the start/end/both, of the text.
Currently I can remove this by pasting into Word, justifying into the centre, to the right and then to the left (the only clumsy solution I've found).
I'd like to either use a macro to do this...
I want to be able to automatically change the text colour to red if the user types more than a set number of characters (including spaces).
So if I set the limit was 75 for D1, I'd want the text to go red if they typed 80.
I've seen this done, I think without a macro, and can't find any data...
Is there an easy way to remove all the hyperlinks in a sheet in one easy go without cutting and pasting the column into notepad?
I know how to remove individual links, but can't find anything about cleaning away all the links in one easy go, so I guess code is required.
Suggestions anyone?
Hi
I'm new to VBA programing and don't know where to start with code to do this:
User has pasted old values on spreadsheet1, and new values onto sheet2.
1) Need a macro that:
- compares contents of each row on sheet2 column A, to sheet1 column A (not case sensitive)
- if the contents of a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.