425 Posted Topics

Member Avatar for herowontcry

How can anyone tell you how to fix your errors when you don't provide the code and at the very least the errors?

Member Avatar for Stuugie
0
55
Member Avatar for oanahmed

I like books too but as the sentiment goes here, I've found that good ones fall into the 'hit or miss' category. As for learning MySQL or the likes, a good understanding of database design, along with the core concepts like db design structures, keys, and the likes will really …

Member Avatar for oanahmed
0
346
Member Avatar for evaldaskowka

Hi, I really don't know if this will help but why not something like: for(int i=1;i<zaidejai;i++) { for(a;a<sum;a++) { if(zaide[a] > 0) { daug = daug + zaide[a]; } a += 1; } if(daug > temp) { norm = i; temp = daug; } //line below makes compiler stop if …

Member Avatar for evaldaskowka
0
414
Member Avatar for help distressed

I have a spam folder too but I don't have it set to delete without me looking at it. Sometimes good email makes its way there so I'm always watching it. Also, I set up a gmail account and it has (probably) the best spam filter out there. I love …

Member Avatar for diafol
0
267
Member Avatar for debasisdas

In life, there are really only two types of people: Either you are an a-hole or you are not! All else is moot!

Member Avatar for James_28
8
17K
Member Avatar for Alyssa_1
Member Avatar for Pinakin_1

Hi Pinakin 1, Unfortunately you will not get many people emailing you the code to do your assignment for you. What you will get is help, in this thread, providing you show what code you have already written even if it is bad. Also, it is best to keep all …

Member Avatar for dlarytm
-1
102
Member Avatar for glao
Member Avatar for hvebsr
Member Avatar for hvebsr
0
296
Member Avatar for phunsukh.wangdu.3511

Is [this](http://msdn.microsoft.com/en-us/library/618ayhy6.aspx) what you are looking for? Or maybe [this](http://msdn.microsoft.com/en-us/library/67ef8sbd.aspx)?

Member Avatar for KushMishra
0
386
Member Avatar for OsaMasw

Just to jump in for a light swim in this pool, wouldn't Fixed Width Text-To-Columns suffice?

Member Avatar for Stuugie
0
233
Member Avatar for Reverend Jim

> Once they lost their shot at gold they just seemed to give up I thought so too, as did many people. How sad is that where if you don't get a chance at gold your mentality is f%^k it!?!

Member Avatar for vegaseat
0
295
Member Avatar for darren.dow.98

Your ISP should provide you with a router and I'm pretty sure you will configure the DHCP settings.

Member Avatar for JorgeM
0
277
Member Avatar for stan yost

Hi Alyssa, why not start your own thread with your question? You can make a reference to this thread but your own thread will be tailored just to you and it helps search engines too. Just a suggestion.

Member Avatar for Alyssa_1
0
3K
Member Avatar for tatarao25
Member Avatar for Mike_danvers

go to your profile and click view in rank top list, located near the bottom of your screen and it will show your ranking compared to all others. As for the top, good luck.

Member Avatar for Mike_danvers
0
278
Member Avatar for ezekel
Member Avatar for zassala
Member Avatar for The Dude

1. Monte Python's Quest for the Holy Grail 2. Star Trek 6, The Undescovered Country 3. Silence of the Lambs 4. Dune (1984) 5. Monte Python's Life of Brian 6. The Warriors (1979) 7. The Stand (1994) 8. Inception 9. 300 10. Law Abiding Citizen

Member Avatar for Reverend Jim
0
279
Member Avatar for JamesCherrill

Hmm, I've never heard of moderators giving other moderators infractions! Anyhow, 10,000 + posts is now small feat and congrats on that. I'm not catching up quick.

Member Avatar for peter_budo
6
242
Member Avatar for Stuugie

What does it mean to be "Featured" and a "Colleague" here at Daniweb? How does one aspire to claiming such tag-titles?

Member Avatar for Stuugie
0
131
Member Avatar for Ari_1

Welcome Ari_1 to Daniweb. There are many resources and people for you to tap into here at Daniweb. To start learning Python, I suggest you start by reading threads [here](http://www.daniweb.com/software-development/python/114).

Member Avatar for JorgeM
0
39
Member Avatar for alhawsa
Member Avatar for methuselah90

Have you tried a VLookup? It's not VBA but whenever someone wants to find matches, that's the first thing I think of.

Member Avatar for Stuugie
0
256
Member Avatar for serkan sendur

Other products, be them free products, try to accomplish what Office does but cannot imo. I will say that I like Word least of all because I find it's formats a little too static and rigid in their use. As for Excel, I've tried Libre's version and the Google's version …

Member Avatar for Reverend Jim
0
333
Member Avatar for Jeffrey_1

Hi Jeffrey, I've been trying to accomplish this as per your first post about this but this is no easy task. Maybe someone will come along and be able to do this quicker than me but who knows.

Member Avatar for Jeffrey_1
0
299
Member Avatar for cilla

Welcome to Daniweb cilla, you'll find all the answers you need here to keep you going as an IT enthusiast.

Member Avatar for JorgeM
0
64
Member Avatar for hasan101002

Really? I would think it's because the database is **distributed** over many systems. Querying such a system would be very daunting indeed just because of this type of system. Is that what you are working with?

Member Avatar for Stuugie
0
68
Member Avatar for Nischal_1

Sub SimpleDataEntryCode() Dim ws1 As Worksheet Dim EntryRng As Range Dim inputStr As String Set ws1 = Worksheets("Sheet1") Set EntryRng = ws1.Range("A2") inputStr = InputBox("Enter some data to go into A2") EntryRng.Value = inputStr End Sub

Member Avatar for Stuugie
0
47
Member Avatar for Jeffrey_1
Member Avatar for Doogledude123

This type of math is definitely not my strongest point so I'm hoping that [this](http://www.mathwarehouse.com/geometry/parabola/standard-and-vertex-form.php) can help with your equations. In saying that, if it were me writing the code, I would create two methods that used the variables a, b, & c, and x & h to perform and …

Member Avatar for Doogledude123
0
1K
Member Avatar for fx.eko

That's not much to go on. My gut tells me it's a local systems issue ie your computer can't handle (have the resources) the report gerneration. Do you think this could be the problem?

Member Avatar for Stuugie
0
117
Member Avatar for LeNenne

You haven't asked anything here. In any case, did you try clicking the "Data" tab and then "From Other Sources"? If you follow the prompts you should be able to get data from a database into Excel.

Member Avatar for Stuugie
0
136
Member Avatar for happygeek

I am the tv cuz tragidy fills me, whatever flavour, it happens to be like. Tool - Vicarious

Member Avatar for happygeek
0
271
Member Avatar for caltech
Member Avatar for cgeier
0
874
Member Avatar for brandonpk

Designed by what? Maybe something like (but has not been tested): <iframe src = "YourExcel.xlsx" width="100%" height="100%"></iframe> but you must have your Excel file in the same folder path as the HTML document.

Member Avatar for gabrielcastillo
0
113
Member Avatar for fourty
Member Avatar for omogusu

You'll have to be more descriptive as I'm not sure what three steamed from form one to form four means.

Member Avatar for omogusu
-1
401
Member Avatar for Stuugie

Not sure if this is the right spot for this question but I'm here! I'm trying to make a vb script that opens large text files, one at time, searches each line for Null values (there can be many) and then replaces them with a space. My coworker put the …

Member Avatar for Stuugie
0
846
Member Avatar for Ancient Dragon
Member Avatar for hykyd

My own opinion, which may or may not mean much is this; you are doing too much! Even your 9 to 5 job there is just too much for one person. Depression over one's work is a field of study on its own but without going into that too much …

Member Avatar for hykyd
0
326
Member Avatar for lauren.vitiello.12

Hi lauren.vitiello.12, I'm not entirely sure if this will help but try changing col < numbers[row].length to col < row Or something like that. Does your code even compile like that? I ask because you are only using part of the numbers array, which doesn't make sense to me but …

Member Avatar for scudzilla
1
335
Member Avatar for Jeffrey_1

Hi Jeffrey 1, this is definitely doable but may take a moment to come up with the right macros to make. In saying that, there will be a significant amount of looping required (at first glance) and because of this, depending on the file size, the process may take a …

Member Avatar for Stuugie
0
367
Member Avatar for Abdul_22

How can you expect anyone to know something like that and that they would be able, or willing, to just provide it all in one go? I would imagine that there would be many lines of code involved and they would be personal to a particular inventory control system. What …

Member Avatar for Stuugie
-2
189
Member Avatar for jkvt

Hi jkvt, What is it you are wanting to accmplish after you make these drop downs and buttons? I cannot reproduce your issues so I'm thinking they are coming up somewhere else, perhaps in another code block?

Member Avatar for Stuugie
0
497
Member Avatar for fourty

Are there many named ranges in the one sheet that you want the data from? I'm personally not a fan of working with named ranges in code, for these reasons too. The goto code will always take you to the range so that cannot be used. At any rate, the …

Member Avatar for Stuugie
0
6K
Member Avatar for Marc_2

I started programming at 35, 5 years ago. There will no doubt be many different opinions regarding which language to start with but I'll suggest Java. In saying that, once you understand one, picking up other languages will not be as daunting as you would think. As for learning on …

Member Avatar for phorce
1
203
Member Avatar for eltonpiko

Hi eltonpiko, yes this is very possible but I would encourage you to do half the work first. For instance, create the userform based off of your exact requirements. The coding can be done by myself or someone else but the layout needs to be done by you because only …

Member Avatar for Stuugie
0
3K
Member Avatar for Andy90

Hi Andy90, I do think this is possible, and probably without too much effort (guessing). However, what would be the event that triggers the invert? And, what exactly is an inverted colour supposed to look like? For instance, what is the invert of blue, or red? Your question is a …

Member Avatar for Stuugie
0
74
Member Avatar for diggdirectory

As long as people are still watching TV, buying magazines, and news papers, and the likes, "regular" marketting will not disappear. Especially not in 2014.

Member Avatar for Stuugie
0
151

The End.