Hello,
I am trying to get the ouput in textbox8 but i am getting it the cell. Can anyone please help
![]()
Please Login or Register to view this content.
Hello,
I am trying to get the ouput in textbox8 but i am getting it the cell. Can anyone please help
![]()
Please Login or Register to view this content.
Last edited by Biplab1985; 06-03-2015 at 12:41 PM.
this seems to be working.
mostly stolen from:![]()
Please Login or Register to view this content.
http://stackoverflow.com/questions/2...et-the-formula
which has an alternative solution as well. also, here's a nifty trick for determining the size of the textbox based on the location of individual cells if you don't like the 100, 100, 200, 50 method:
http://stackoverflow.com/questions/6...tomating-excel
Last edited by simarui; 06-03-2015 at 12:43 PM. Reason: adding reference material
Hope I could help - if your post has been solved don't forget to mark it as such.
Clicking the * below is a great way to say thanks!
"Drowning in 10 feet of water isn?t any different than drowning in a million feet. And if you can swim, it doesn?t matter how deep the ocean is. At some level, once you realize you?re in water that?s too deep to stand, you have to have a very different approach," - Joi Ito
It is not working. I need to just display the output in Text box8
is the text box named "Text box8" or is it the eighth textbox...? maybe this would work:
or perhaps![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
Hello Biplab1985.
To help you get a solution, you need to provide more details. The best way to do this is by posting your workbook.
Please change or redact any information in your workbook that is personal, confidential, or sensitive before you post.
How To Post Your Workbook
- At the bottom right of the Reply window, Click the button Go Advanced
- At the top of the Your Message Window, in the first row of icons, Click the Paperclip icon.
- Click the Add Files button at the top right in the dialog box. This displays the File Manager dialog.
- Click the Select Files button at the bottom middle of the dialog.
- In the new window Find the file you want to upload, select it, and Click Open.
- You will now be back in the File Manager dialog. Click the bottom Middle button Upload File.
- Wait until the file has completely uploaded before you exit the File Manager dialog.
Sincerely,
Leith Ross
Remember To Do the Following....
1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.2. Thank those who have helped you by clicking the Starbelow the post.
3. Please mark your post [SOLVED] if it has been answered satisfactorily.
Old Scottish Proverb...
Luathaid gu deanamh maille! (Rushing causes delays!)
Still not working. File attached the code is in Module1
Last edited by Biplab1985; 06-03-2015 at 03:21 PM.
how bout this:
p.s. looks like you've got a textbox8_change event which is trying to run and blows everything up... i commented that out to make this work. not sure what you were trying to accomplish there.![]()
Please Login or Register to view this content.
The textbox8_change event is to call Columntorow function. There is a optionbutton associated with that Textbox8. What i want to acheieve is - If the Option Box is checked/True Textbox8 will CALL Columntorow funtion.
Thanks for the change in the previous code. It worked but Textbox8_Change is unable to Call Columntorow function of module.
![]()
Please Login or Register to view this content.
I got it! Instead of Textbox8_change event i used theOptionButton_Click and i worked as i wanted. Thanks Simarui for all you help. I come back for more.
![]()
Please Login or Register to view this content.
glad i could help, don't forget to mark the thread solved![]()
I am getting an comma(,) in the begining of the output like-
,1,2,3,4. It should not come right?. Please help!
the code i wrote shouldn't add any commas... did you change your workbook and the associated code? please re-upload your most recent sample file.
This is the code i am using here
![]()
Please Login or Register to view this content.
Sheet attached. COde is in Module1
Hi Simarui,
Any input?
how 'bout if you just move the comma to the end of that statement:
actually that will just add a comma to the end of the string which you probably also don't want (i.e. 1,2,3,4,5,)![]()
Please Login or Register to view this content.
how bout this:
![]()
Please Login or Register to view this content.
Last edited by simarui; 06-25-2015 at 10:02 AM. Reason: don't like my first code...
One mOre Help.
I am looking for a code to keep updating a textbox whenever you add any data to a column "O". Code is below. I am calling this code witha Option Button
HTML Code:
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks