Q # 1   Write a sub procedure in VBA that either adds, subtracts, 
multiplies, or divides two 

            numbers. The procedure should be called by another sub 
procedure that collects the two 

            numbers from the user and asks the user which mathematical 
operation is desired. The 

            calling procedure should also output the result, displaying the 
original values and the 

            answer.

 

Q # 2   Add a few Check Box controls or Option Button controls to a 
worksheet and then use a

Select/Case code structure in a sub procedure that outputs a message to the 
user telling 

him which box or option has been selected.

 

Q # 3   Write a program sum of following series:

 

                    i.            1+2+4+6……………10

                    ii.            11+22+33+44+………99

                iii.            1/1+2/2+3/3+4/4……..9/9

 

Q # 4 Write a program to find out maximum number of given three number 
using input box.

 

Q # 5 Write a program split a words given in cell D10 and show this word 
one by one.

 

Q # 6 write a program to covert the Fahrenheit temperature into centigrade 
of given formula 

          F=9/5*C+32.

 

Q #7 Write a program to display on different cells of given series

a.       Fibonacci Series

b.      Any tables

c.       Harmonic series

 

 

`Q # 8 Must ready String functions page 59.

-- 
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s 
=TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ 
https://www.facebook.com/discussexcel

FORUM RULES

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
2) Don't post a question in the thread of another member.
3) Don't post questions regarding breaking or bypassing any security measure.
4) Acknowledge the responses you receive, good or bad.
5) Jobs posting is not allowed.
6) Sharing copyrighted material and their links is not allowed.

NOTE  : Don't ever post confidential data in a workbook. Forum owners and 
members are not responsible for any loss.
--- 
You received this message because you are subscribed to the Google Groups "MS 
EXCEL AND VBA MACROS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to excel-macros+unsubscr...@googlegroups.com.
To post to this group, send email to excel-macros@googlegroups.com.
Visit this group at http://groups.google.com/group/excel-macros.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to