It seems like from my last thread that a user defined function may be the best solution to my problem, only... I have no clue how to create one.
It seems like from my last thread that a user defined function may be the best solution to my problem, only... I have no clue how to create one.
What do you want to achieve? In the meantime, look at this.
.?*??)
`?.???.?*??)?.?*?)
(?.?? (?.?Pichingualas <---
??????????????????????????
Wrap your code with CODE TAGS.
Thank those who helped you, Don't forget to add to their REPUTATION!!! (click on the star below their post).
Please mark your threads as [SOLVED] when they are (Thread Tools->Mark thread as Solved).
Pinchingualas,
Your link is missing.
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
Oops sorry![]()
I would think this would fall under this tho:
1. Use concise, accurate thread titles. Your post title should describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
Go into the VBA editor
Add a module to the desired spreadsheet.
Write the code. here's a very simple code that multiplies the argument by 5 and returns that value:In the spreadsheet cell, enter =myfunc(2) and you will get 10.![]()
Please Login or Register to view this content.
Thank you very much, Mr. Shorty between the onboard VB help file (figuring out how to write the function) and your advice (accessing it in the worksheet) I got done what I needed to. Again, thank you very much.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks