The review bar in Excel has vanished! Its not in the drop-down options in the
toolbar menu where it usually is! How can i get it back?
Please can anyone help me answer any of these questions:
How would you add the contents of the cells from A1 to A10. Give 2 ways
to do this. (hint: Look up "Examples of common formulas" in Excel
help
How do you format a cell to have dollar signs next to the numbers?
How do you add the contents of cells A1 through A10 on sheet 1 and make
the answer show up on sheet 2?
How do you rename a sheet?
Can I delete the sheets that I don't need? If so how?
How do I freeze rows or columns of the sheet so that they don't'
move when you scroll up or down? Example: My name is in Column A, when
I scroll right my mane stays on the screen and column B moves behind A
How do you add up all the contents of column D and make the answer show
up in column C?
Thanks in advance!
abi
I have a spreadsheet that shows a date, because of shipping I need to enter a
date and then calculate three months back and enter that date, For example
Cell A1 March, 2004 and I have to enter into cell B1 January 2004, how do I
get Excel to do this automatically.
I'm thinking of upgrading Excel 03 to Excel 07. Most of the reviews I've read on the web have been very negative. Would some of you who run Excel 07, give some very honest opinions?
I went to the website cpearson.com and got the information for the syntax and the formula to sum numbers in different colors on a worksheet
now my problem is where do i put the visual basic part of the works so the formula can call on it
can you tell i have no idea but great hopes!!!
thanks everyone
Hi,
I'll try and explain this as clearly as I can but I think it might get rabblesome.
I work in HR on a pilot project. Said project is a placement scheme, organising 8 week placements for the public within our organisation. We store the participants data on various databases. After a participant has been on the placement for 4 weeks a review meeting has to be scheduled. My problem is this...
Any ideas how I can use Excel to automatically flag up when we should be scheduling the review? I know I can use Outlook to schedule the reviews in my calender but I want an automatic process. ie add in the name of the participant, the start date, the end date and then (this is where I get confused as I dont know what Im talking about) some sort of reminder/highlighting/calcualation.
Does any of this make sense?
Your help/ideas is greatly appreciated.
I'm trying to populate a Word 2003 document with data from an Excel 2003 document -- I realize some use mail merge but this, for me, has been an excruciating pain in the neck, so I am trying to avoid it by going the Word bookmark route, which looks like it will fit the bill... if only I could figure it out!
I have done some searches on here and this is the code that seems to have set the precedent:
http://www.mrexcel.com/forum/showthread.php?t=478182
However, as a beginner, it's a bit overwhelming for me. While I'm learning a lot by looking at it and looking up the things I don't understand, it's taking a long time and I actually need to use something similar for my own project.
Specifically, I wanted to open a template letter; populate it from the active Excel row I'm working on; and then "Save As" so I can keep the template.
Is there some more generalized information out there that outlines this procedure? Otherwise, would someone be kind enough to separate the code and/or elaborate more on what the invididual lines/sections do?
Hope you can help!
Alright i'm using Excel 2007, i created a table with 2 columns and 5 rows
cell A1 - A5 has a list of numbers, and Cells B1 - B5 has a list of food items,
I've created a blank User-Interface form, using VisualBasics which came inside excel 2007, how do i get the table in my Excel Sheet, to show as it is with it's color coding and grid lines in the VisualBasics Form,
My second question is, I also created a Seperate Visual Basics form in Visual Basics 2008, could i get the table in the Excel form, to show in the form in Visual Basics 2008 programme, I have no clue how to link Visual basics, to Excel so a non-overly technical step-by-step guide would be extremely appreciated,
Thank you,
Basicly the same as the title.. I want to learn more about excel... I consider myself to be just a bit better then a noob, i can use the sum function, and i think i understand how most easy things work
Dear all,
I hope to ask 2 questions on the Class Modules in Excel VBA.
1) It seems that only 2 instancing property are available for Excel
VBA: Private and PublicNotCreateable.
May I ask whether there will be some ways to declare the class module
as MultiUse or SingleUse?
2) Is there any method to use the classname string to initialize the
object. For example, we could do that by $className->new() in PERL.
Currently I use a switch clause to dispatch the constructor for such
PublicNoCreateable class but it need to modifiy each time a new class
is added.
Tom