Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default VBA(Excel) tests

Hi,

I have to make 5-10 questions for a VBA(Excel) test. It will be used to
hire a person as a VBA programmer. Can you give me a model of some
questions? I must specificy that the test is on the paper, maximum
45-60 minutes.

I will appriciate your help!
Thanks,
D

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default VBA(Excel) tests

Sample questions:

What is a makro?

Identify the word that is spelled correctly...
seperete
seperate
separate
saparate

The best tool for writing VBA code is ...
xl97
Lotus123
WindowsXP
Notepad

When creating new code, one should always...
(pick all that are correct)
Reset the Window zoom property.
Declare all variables.
Make sure the code font is Tahoma.
Never identify the author of the code.
=========================


wrote in message
oups.com...
Hi,

I have to make 5-10 questions for a VBA(Excel) test. It will be used to
hire a person as a VBA programmer. Can you give me a model of some
questions? I must specificy that the test is on the paper, maximum
45-60 minutes.

I will appriciate your help!
Thanks,
D

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default VBA(Excel) tests

1. Given the string

s = "C:\MyFolders\MySubFolder\MySubSubFolder\My File Name.xls"

write a short program to extract the name of the file and display it in a
msgbox.
The program must execute successfully in xl97.

2. A commandbutton is placed on a worksheet named Sheet1. the
commandbutton has the name CommandButton3
Write the click event for this button so that when it is clicked, it will
copy the value in cell B9 of Sheet1 and place it in cell F7 of a worksheet
named Sheet2.

3. Sheet1 in a workbook contains a database starting in A1 with headers in
row1 and data below. The sheet will always have a different number of rows
and columns, but the data will always be contiguous. The cells in column C
of the database will always contain the letters "yes" or the letters "no"
make a copy of all the rows that contain a "no" in column C in a worksheet
named Sheet2. The data should be placed with the upper left corner in cell
F5 of sheet2 with the headers in row 4.

4. Use the same scenario as in problem 3, but write code to delete the rows
that contain "no" in column C.

You didn't say what the person would be doing if hired. It might be best to
focus the test on the skills required, activities to be performed. For
example, do they need to pull data from sql server or msAccess?

--
Regards,
Tom Ogilvy





" wrote:

Hi,

I have to make 5-10 questions for a VBA(Excel) test. It will be used to
hire a person as a VBA programmer. Can you give me a model of some
questions? I must specificy that the test is on the paper, maximum
45-60 minutes.

I will appriciate your help!
Thanks,
D


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel tests Dave Excel Worksheet Functions 3 January 6th 11 10:25 PM
Anova tests in excel rakbhat Excel Discussion (Misc queries) 0 September 27th 06 04:42 PM
Allow more than 7 nested IF THEN tests in EXCEL. Allow 30 or more R Excel Worksheet Functions 3 November 18th 05 06:38 AM
Tests for Normality in Excel Barb Reinhardt Excel Discussion (Misc queries) 2 September 30th 05 01:25 AM
Average a group of tests for grade, some tests not taken by all. Scafidel Excel Discussion (Misc queries) 4 August 19th 05 03:50 AM


All times are GMT +1. The time now is 12:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"