To modify an, existing worksheet. What steps are involved
for:
1. Inserting and deleting rows and columns.
2. Printing cell formulas 3Jld displayed values
3. Using the page setup command
No Answer is Posted For this Question
Be the First to Post Answer
if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.
What is C++ could you enplane me please?
give me the defination of inheritance?
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
How stl is different from the c++ standard library?
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
Difference between Structure and Class in C++?
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.