![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
Can you suggest a way? The two userforms UserForm1 are in different Workbooks but both are open.
|
|
|
|
#2 |
|
Guest
Posts: n/a
|
pls help
I have tried to find answer from VBA help, but failed. |
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
Can you not change the name of one of them?
|
|
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
So you mean almost no way to do so? I have thought of that after i spent much time on the help files. But ... it is a problem of referring to userform when there are multiple ones.
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
Well I don't know if it's impossible or not, to be honest it's not something I've ever looked into, but when I had the same situation a little while ago, I just changed the name of one of them to Userform11
I'm sure it's possible though, just a shame that no-one here seems to know |
|
|
|
|
|
#6 |
|
Guest
Posts: n/a
|
Also i found that the controls in a UserForm is not so easy to handle.
My codes such as ComboBox1.RowSource = "'Sheet1'!AA1:AA" & lastUsedRow ComboBox1.Value = Range("AA" & lastUsedRow).value cannot work. I also tried to use With...End With The userForm rowSource is not changed at all. Why? |
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|