I use Excel to import a recievables report from another piece of software. As you can appreciate it is not the same each time I import it.
I have written a macro that does everything I want it to except define a range using a range name I define as Topleft (for say, cell A240) and Bottomright...
I wrote phenomenal macros in Lotus 1-2-3 and yet I find the simplest things almost impossible to find in all my VBA manuals. I am constantly importing a file from another package - before it's any good to me I have to remove copius rows of blank cells and sort the result so I can manipulate...
As an old Lotus user much of my thinking is based on the way it worked. I have used Excel for some time now and know about the little black square I can use to drag a progression of numbers down to whatever I like, but how do I write the proceedure in a macro?
I asked two questions yesterday and got repsonses to each of them. The first almost worked but I got a Name error when applying it and had written back to see why that happened.
The other was how to format my numbers so the negatives showed in red as (1,000.00).
Fortunately I printed out the...
If I have a column of dates is there any way I can find out how many of them were for a particular period/month without setting up another column that has the formula =MONTH(x1)to interpret the data? In other words "How many January 2009's are there in this list?"
I have been trying to show a numeric total as mixed text and numeric like this:
Balance $xxx,xxx.xx down to Balance $-xx,xxxx.xx
The following formula works nicely for amounts over $10.00 but it always shows anything less than zero as Balance $-x,xxx.xx
Does anyone know how I can get it to...