Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It would be useful if additional properties for the InputBox function were
available. In this instance, I was particularly thinking of an equivalent to the TextBox PasswordChar property. I've found a workaround on this forum ( see http://www.microsoft.com/office/comm...1-8cf857ee2cfa if you're looking for it!), but for most occasions, although this would be very useful, it's not worth the sheer volume of additional code (c150 lines) required to make it available to an InputBox, and a TextBox is not always suitable for fairly basic workbooks. If anyone else is aware of any workarounds to this which aren't as much of a long way around as the details on Mr Klann's example referenced above, I'd be very grateful! Cheers DS ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...el.programming |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
DS,
I had a look at the example, its not actually that hard to implement, basically ignore the downloads, copy the code shown into a module, and then call an input box by "InputBoxPwd" instead of InputBox" Having searched myself for something like this and not found anything im gratefull for you showing me the link! Many thanks Duncan DS wrote: It would be useful if additional properties for the InputBox function were available. In this instance, I was particularly thinking of an equivalent to the TextBox PasswordChar property. I've found a workaround on this forum ( see http://www.microsoft.com/office/comm...1-8cf857ee2cfa if you're looking for it!), but for most occasions, although this would be very useful, it's not worth the sheer volume of additional code (c150 lines) required to make it available to an InputBox, and a TextBox is not always suitable for fairly basic workbooks. If anyone else is aware of any workarounds to this which aren't as much of a long way around as the details on Mr Klann's example referenced above, I'd be very grateful! Cheers DS ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...el.programming |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Duncan - you're a star. To be honest, I downloaded the examples, looked, saw
150+ lines of code to perform the function, winced, and kinda left it at that.....! Your suggestion makes perfect sense, cheers! DS "Duncan" wrote: DS, I had a look at the example, its not actually that hard to implement, basically ignore the downloads, copy the code shown into a module, and then call an input box by "InputBoxPwd" instead of InputBox" Having searched myself for something like this and not found anything im gratefull for you showing me the link! Many thanks Duncan DS wrote: It would be useful if additional properties for the InputBox function were available. In this instance, I was particularly thinking of an equivalent to the TextBox PasswordChar property. I've found a workaround on this forum ( see http://www.microsoft.com/office/comm...1-8cf857ee2cfa if you're looking for it!), but for most occasions, although this would be very useful, it's not worth the sheer volume of additional code (c150 lines) required to make it available to an InputBox, and a TextBox is not always suitable for fairly basic workbooks. If anyone else is aware of any workarounds to this which aren't as much of a long way around as the details on Mr Klann's example referenced above, I'd be very grateful! Cheers DS ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/office/comm...el.programming |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Properties transferring from excel cells to word file properties | Excel Programming | |||
PasswordChar | Excel Programming | |||
Inputbox and Application.InputBox | Excel Programming | |||
Excel VBA Inputbox Properties? | Excel Programming | |||
Passwordchar Example | Excel Programming |