0% found this document useful (0 votes)
38 views

VBA User For Creation

The document contains a list of 14 programming tasks related to string manipulation, Fibonacci series, file handling, and Excel automation. The tasks include reversing a string, joining strings, finding string lengths, extracting substrings, converting case, generating Fibonacci series, swapping numbers, getting file paths, opening/closing workbooks, copying data between sheets/workbooks, creating new worksheets, and inputting employee data into a worksheet with historical data.

Uploaded by

lalith madhav
Copyright
© © All Rights Reserved
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

VBA User For Creation

The document contains a list of 14 programming tasks related to string manipulation, Fibonacci series, file handling, and Excel automation. The tasks include reversing a string, joining strings, finding string lengths, extracting substrings, converting case, generating Fibonacci series, swapping numbers, getting file paths, opening/closing workbooks, copying data between sheets/workbooks, creating new worksheets, and inputting employee data into a worksheet with historical data.

Uploaded by

lalith madhav
Copyright
© © All Rights Reserved
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 6

Write a program to reverse a string of a given text

CommandButton1
1. Write a program to join the two given strings?
Saroj Kumar SarojKumar

2. Write a program to give me the length of the string?


Example : Saroj 5

3. Write a program to give me the first 5 character


SarojKumar Saroj

4. Write a program to give me the last 4 character?


SarojKumar umar

5. Write a program to give me the 3 charcter from 2 position of the text


Sarojkumar roj

6
6. Write a program to convert into proper case?
saroj Saroj

7. Write a program to generate the fibonacci Series?

8. Write a program to swap two numbers?

9. Write a program to get the full path of the worksbook?

10. Write a program to open the worksbook and close the workbook?

11. Write a program to copy the data from one sheet to another sheet?

12. Write a program to copy the data from one workbook to another workbook?

13. Create a new workbook and create a new sheet, Add value to Range (A1)

14. Write a program to accept the Emp ID, Ename, Sal , Desg into a new worksheet? Make sure that your worksheet contain th

15
your worksheet contain the historical data?
14 12

CommandButton1
1. Write a program to count the number of works within specified range?
2. Display the list of files available in a directly?
3

You might also like