Hi Bower,
I try already but it wont work on Personal Folder....
User Profile
Collapse
-
Its about like that.
I am using Microsoft Outlook 2003, and I have a Personal folder names Private. Now I want then macro run everytime I recieve a mail from [email protected] m then it will auto move this mail inside Private folder.
Is that can be happen?
Thanks....Leave a comment:
-
Macro ~ Auto move specified receipient to specified Personal Folder
Hi,
Is there have any macro can auto move specified receipient to specified personal folder?
Thanks for advice. -
Thanks kadghar,
Its make me many confusing because to many For, Do, Loop.... but I have done it. Have a nice day....Leave a comment:
-
Excel VBA : Loop Sheets that meets the value in the range
Hey Guys,
Good Morning. I have probelm here.
I have 2 workbooks, 1 is Master.xls (my format to collect all the data), another 1 is Machine.xls (data collect from).
Inside Master.Range("B 3:B5") have a data (etc: Line1, Line2, Line3), Machine.xls have a few sheets (etc: Line1, Line2, Line3....Line10 ).
Now my concern is I want the macro loop Master.Range("B 3:B5") ,... -
Hi susisri,
you can try to read this thread.
http://www.thescripts. com/forum/thread645157.ht ml
it may help you a lot....Leave a comment:
-
Hi danp,Code:'Set report sheet name based on form name (duplicate names not allowed...) wksReport.Name = Mid(Me.Name, 4)
This source code is when I click Save button then it will create new worksheet based on form name and not allow the same worksheet name to be create right. My concern is I might click twice Save button and it still save the sheet name based on form name.
Below is the...Leave a comment:
-
I want to make some improvement on my vb. Lets say I am using FormA1 and have a combobox, so 1st time I will select combobox list "1" then it will save textbox1 data to the Excel ("E4"), after that I will select list "2", FormA1 also, and it will save textbox1 data to Excel ("E20"). So what I want to improve is it can save data to Excel same worksheet for many time. Thanks for the help.
Here's...Leave a comment:
-
Sure can but I have my concern not to add another form, cause I will stuck on the source code there. Later I repost my last topic and I hope you can solve for me, I am greatly appreciate of your help....Leave a comment:
-
I have total about 120 control in 1 form, include Frame. So when I want add another Frame at the same form and same total control then it will prompt out this error. You can try to add in and see, I think when you add untill 200 control like that or more then it will prompt out this error....Leave a comment:
-
VB6.0 : Limits of control
Hi all,
Why my vb prompt out this error: "Reach limit: cannot create any more controls for this form". Its that mean I can't add more control on it? Is there any way to exceed the limits?
Thanks. -
-
Hi,
Me again. I add my control inside PictureBox already but it still can't scroll. Its that something wrong to my source code? Please help, thanks.
Here my source code:
...Code:Private Sub Form_Load() Picture1.Move 0, 0, 16000, 16000 Picture1.AutoRedraw = True VScroll1.Min = 1 VScroll1.Max = -100 VScroll1.LargeChange = 5 VScroll1_ScrollLeave a comment:
-
Ok thanks Killer. I just want learn new skills if that is possible. ^_^...Leave a comment:
-
Actually is like that, I have a form and I want separate it to 2 section by using Frame, so when I complete putting all the textbox, checkbox, button and so on in the Frame1 and its already full of the widows size form. My idea is want to add the VScrollBar beside the form and I can scroll down and add in the other section into the Frame2, so is that can make it without using PictureBox?
Thanks.Leave a comment:
-
VB6.0 : How to make the form can be scroll by VScrollBar
Hi,
I have a problem on I want my form over Height exceed limit and can be scroll by using VScrollBar. How should I do? Is that using source code or just add in VScrollBar?
Thanks for the help. -
Hi killer,
I still not very understand what the diffrent of this two source code. Why this more better? Can you teach me more detail? Thanks....Leave a comment:
-
Thanks cmrhema.
Here the code after revise set the textbox to Numeric and allow for Backspace.
...Code:Private Sub txtProDate_KeyPress(KeyAscii As Integer) If KeyAscii < Asc("0") Or KeyAscii > Asc("9") Then KeyAscii = 8 Beep ' Sound error signal. End If End SubLeave a comment:
-
Hi,
I want to make some improvement on my vb. Lets say I am using FormA1 and have a combobox, so 1st time I will select combobox list "1" then it will save textbox1 data to the Excel ("F12"), after that I will select list "2", FormA1 also, and it will save textbox1 data to Excel ("F22"). So what I want to improve is it can save data to Excel same worksheet for many time. Thanks for the help....Leave a comment:
-
VB6.0 : Set textbox to Numeric
Good morning (in Malaysia),
I have a source code of setting the textbox for key in Numeric only. But my problem is why i can't backspace? Can anyone help me please, thanks.
Code:Private Sub txtProDate_KeyPress(KeyAscii As Integer) If KeyAscii < Asc("0") Or KeyAscii > Asc("9") Then KeyAscii = 0 Beep ' Sound error signal. End If End
No activity results to display
Show More
Leave a comment: