- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
student
- Interests
- cycling, watching movies,
- PC Specs
- ms windows
33 Posted Topics
how can i write codes that only clears specified text boxes | |
Hi Champs, Im using VBA for Excel. and Im trying to use the code below to move through records and increment their values by one since they meet a certain criteria Sub promotion() Dim x As Range Dim y As Integer Sheet2.Range("c2").Activate Do While y < 1002 y = ActiveCell.Row … | |
Re: ok heres the thing as i know it. ill just relate to how ive come across the same error and hadndled it in excel vba. when for instance i want to declares a range then put something in it, ill dimension it just as a range, but then i use … | |
Re: Im not sure how you want to accomplish this but... you can do that by creating a console application which you pass the directory and the switches of the file attributes of the folder name as arguments. Whichever the case is. you can clarify further by a code segment for … | |
How can i copy data from a named range in a different worksheet and paste it to another worksheet all done without activating both sheet. With all code just behind a form button If i try to use the statement **application.goto reference:="x"** where x is the named range but this … | |
Re: hi, aaronernest.borres there are thousands of approaches to this but for your case we make it so simple you understand it all OK? Dim pswd As String pswd = InputBox("Enter Password") If pswd <> "right" Then pswd = InputBox("Enter Password") If pswd <> "right" Then pswd = InputBox("Enter Password") If … | |
Re: i think the line of code is supplied by the mysql database hosting the imaage therefore the browser cannot access its source. Its being posted from the source to that spot. I hope this helps | |
Re: Hi poksmdpk, I guess you try to mean like searching in google without a button? if thats the case then you might want to use an array to hold the data you want to search through, you are not specific either whether its a web form or a windows form … | |
Re: Hi Skyinfinity, you might want to do some error handling later but your code is all fine except for a single line there Use of assignment property i think on **line 12** Change **TextBox1.Text = checks** to this ** Checks = Cdbl(Textbox1.text)** And the rest should work fine I hope … | |
Re: or you could simly use the range if you are familiar with it dim mystr as string mystr = worksheet2.Range("D" & x).value same to the others And just incase if you get the not set exception then set the ranges before you have to use them I hope this helps … | |
Re: How did you do it Jolly, Im now who you were before you got the codes.. Bring me out ..I cant even deduce how to link the admin form with database forms.. fourty | |
Hi guys, im new here and my friend also installed a new LinuxMint but we cant print over the network. We cant even see other terminals. Please anyone Help us. when i open the network, i find this icon 'windows network'. thank you | |
Hey pals anyone know : I need a code under a cmdhelp that 1. opens the windows help 2. Opens a file in the database containing help msg on the project. I also need to know how i could link a folder with my project or lets say a text … | |
Hi guys I need a code that outputs the save as Dialog box. Just as simmple as that. Thanks. | |
Re: Hi Andre i think I know this one..where a sys user cant log in twice in a day or logout twice. I cant make up the whole code right now, I give it to you 2morrow.. | |
Hi Pals could anyone show me how to code an active clock window Thanks in advance fourty | |
I think im about to complete my project.I still dont know how to wind up you know...setup and other exe files. I did this project with the help of friends from daniweb and i appreciate u all for ur help May u be loved.. Thanks in advance | |
Can anyone show me how to use icons in my forms..they dont paste. | |
Re: Hey It Girl, first you going to need a table in Access to do it my way.. Call the table Users..with 'Username' and 'Password' field(populate the table with at least 2records) Try out the code below editin where necessary.. [QUOTE]dim counter as integer Loginsucceeded = False DataEnvironment.rsUsers.MoveFirst Do While Not … | |
Hi pals Im running on Windows 7 ,im not sure im on the right forum. When i play any game, the game window is deecreased to the center of the screen Any idea plz fourty. | |
Hi pipo, I have a MSACCESS db linked with my project. The db has related tables but when i delete fields from one table, related fields in other tables dont go Plz help | |
I created a form to calculate sign in time, sign out time, and the elapsed duration. Below is my code. CAn anyone please tell me where i dont get it. Sign in time is OK,Sign out time OK but the worked hrs is not.. Any Help??? Option Explicit Dim signin … | |
Hey Guys anyone know how to create a rotating 3d in vb6.. fourty | |
Re: Hey Gurrupts You can try this code..(we assume that departments is the table from which we are seaching) GoodLuck. Private Sub cmdsearch_Click() Dim Mloop As Integer Dim found As String 'Input Number to search Mloop = 0 found = InputBox("Enter Number", "Search") If found = "" Then Exit Sub End … | |
Re: hey im also having this similar problem. Using Ms Access. I have a table containing names and numbers and i have created the cmd button for search but kind of miss the coding. I have a connection in my data enviroment and everything else is good except 4 this Any … | |
Re: [QUOTE=;][/QUOTE] What d'you mean by your program showing its location.? please elaborate.. | |
How Do I resize pictures in vb, When i try , only the picture box resizes but not the pictures Any help will be appreciated. | |
Re: [QUOTE=;][/QUOTE] This one is complex i never seen it that way but hang on theres help on the way.. maybe the help might be me.. Just hang on | |
Im a doing a project using vb6.. How do i generate the data report for the project.. Your help will be much appreciated fourty. | |
Can VB be of any use in game development. I have a VB software and have been trying to know how to use it better I know someone knows better.Advice pliz.. | |
I have a Toshiba laptop running on Windows 7.Everything seems to be fine including the sound drivers. But the Media player can not run. I have to play all media files with jet audio or win dvd plyr.I cant play Blu ray too Please advice.. fourty | |
How do i get my html to be viewable online. Ive managed to create the page and want to be ablee to open it when i log on on a different computer on the internet. | |
[How do i find the serials to the trial versions from within the download packages] [Thanks] |
The End.