Asdf0qwerty
New Member
- Joined
- Jul 28, 2010
- Messages
- 19
Hi everyone,
I'm a newbie in using Excel and VBA. I've made this VBAProject that uses a UserForm. The program accepts user inputs from the TextBoxes which are processed then displays the output unto another TextBox.
Now I'm planning to improve the functionality of my current VBAProject by having the program work in the actual worksheet. Instead of using TextBoxes, the program will get inputs directly from a cell / cell range of an Excel Worksheet and display the computed result in a specified cell where the program is called. Much like how predefined excel functions work, right? So, is it possible to create custom functions in Excel 2007 (like the =Sum(), =Avg())?
Hope you can help me out asap. TIA. :D
I'm a newbie in using Excel and VBA. I've made this VBAProject that uses a UserForm. The program accepts user inputs from the TextBoxes which are processed then displays the output unto another TextBox.
Now I'm planning to improve the functionality of my current VBAProject by having the program work in the actual worksheet. Instead of using TextBoxes, the program will get inputs directly from a cell / cell range of an Excel Worksheet and display the computed result in a specified cell where the program is called. Much like how predefined excel functions work, right? So, is it possible to create custom functions in Excel 2007 (like the =Sum(), =Avg())?
Hope you can help me out asap. TIA. :D