Create a user-defined function to perform the following tasks:
a) Create a list, with values 1,11,111,1111
b) Add the value 22 at the end of list
c) Print the list
Attachments:
Answers
Answered by
1
Answer:
(a)Create a list, with values 1,11,111,1111 is a correct option.
Answered by
0
Answer:
How to Create a Custom User Defined Function
Open a new Excel workbook.
Get into VBA (Press Alt+F11)
Insert a new module (Insert > Module)
Similar questions