Hi,
I have never used the number part in the right hand side of my keyboard and I need space for my mouse beside the keyboard. I have been looking for the same keyboard but without the number part. I don't want to get some mini keyboard since I am quite familiar with the one I am using.
Do you...
Thank you.
I cannot see anything moving in the Sound Recorder when record the pipe noise or record my voice.
The pipe noise cannot be recorded while my voice can be recorded
I have successfully recorded my voice by computer + Sound Recorder+ microphone in Vista.
However, I fail to record noise from the pipes in my flat, although the noise was more aloud than my voice and I put the microphone very close to the pipe.
I tried to record sound by computer + Sound Recorder+ microphone . I spoke loudly and closely to the microphone but the sound was quite small when I play it on Windows Media Player.
I have turned the speaker volume in the middle position and the mixer at 68%.
Can I make recording more...
PHV,
That works! However, I got two questions then:
1. If users change the sheet name....
2. What is Sheet1 in Personal.xlsb? I found we cannot open it by View Object!
combo,
Thank you for your response.
For example, if I put following VBA in Personal.xlsb
Sub Macro1()
Sheet1.Columns(1).Cells(1, 1) = Sheet2.Cells(1, 1)
End Sub
I will get error because there is no Sheet2.
Hi,
This is for Excel.
In VBAProject list -> Personal.xlsb -> Microsoft Excel Objects there are Sheet1 (Sheet1) and ThisWorkbook, where is Sheet2 (Sheet2) and Sheet3 (Sheet3)? Or, can I add Seet2(Sheet2) and Sheet3 (Sheet3)?
I will be appreciated for an help.
Hi,
I want to copy some text from a webpage by Ctrl-C, Ctrl-V and got a few lines from a single line in the page.
I tried to find out why by doing following steps:
1. View, Source, Ctrl-A, Ctrl-C, Open an empty text file by Notepad and Ctrl-V onto it. Save the text file as file1.htm (text...
Hi,
Using VBA code in a .mdb, I got a new table (Table2) from Table1:
cn.Execute "Select * Into Table2 From Table1"
It was working fine. However, I could not find the new table in "All Access Objects" list, until I close the Access ang reopen it.
What I can do to see the new table in the list...
Hello.
When I run Macro1 in its design view, I got error message
Microsoft Office Access can't find the object 'MyMacro.'
What I set is
In Macro1 design view, Action: RunMacro, Arguments: MyMacro
where MyMacro is a Sub in Module1.
I will be appreciated for any help.
Hi,
I need to put code
W = W/n/m
into my usercontrol, W, n and m are the usercontrol's properties.
When I put the code in
Sub UserControl_Initialize()
I got divide by zero error. I sould put the code in what event?
Hi,
I remember we need to make an .ocx file in order to make a usercontrol.
I have just found some usercontrol example without any .ocx file and I can run the example without regester.
My question is:
How can I make a usercontrol and use it in my VB6 project without regester it as long as I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.