If you feel good about using Excel AND using VBA to (possibly) program in, then I would definitely suggest that you use it.
--MiggyD
I close my eyes, only for a moment and the moment's gone.
Glenn9999 - I really understand what you are getting at. I definitely prefer full size tactile keyboards than to have to type on a flat silent laptop--let alone on a smart-phone/-tablet. I prefer a display monitor for my icons instead of swiping every which way just to find a document I need...
@ joewillerols,
I know its been a while since I've been on ... glad you've figured something out for your dilemma. I hope you continue learning new things AND, hopefully at some point soon, you upgrade your version of QuickBASIC. [wink]
It may prove more fruitful than you know.
@ mikrom,
Ahh...
Glenn9999,
I used "pc cases non-gamer" in duckduckgo and found a few articles.
One discussion in Reddit was for "Non gamer-y case". So, you are not the only one that doesn't care for flashy LEDs going throughout your keyboard or a housing unit covered with LED tubes. (Unless you're a secrete...
Good job mikrom! I've totally forgotten about QB45's assembly link library for low memory stack manipulation. I can honestly say I'd used it only twice in my life. And both of those times were for experimental purposes, not for any rollouts. Back in those days RAM was extremely limited as I'm...
I'll just throw this out there (but you've probably already done it).
I remember there was a "repair" option available through the control panel.
Have you already tried it?
Found a recent link to MS Support which can possibly guide you.
Good Luck.
--MiggyD
"If a tree falls in the forest and...
Hi mikrom,
Thanks again for reminding me to update QB64Win to v2.0.2. It IS a larger program than it used to be but the enhancements to RPD are kind of worth it, I MUST say. I know the stress of that something being just out of reach...its infuriating.
-----
Hi joewillerols,
I HIGHLY...
I don't understand your question. When you make your OWN libraries, your SUBjective/FUNCTion modules have to be made with "private local" pass-through variables to process and to return an output.
The CALL ABSOLUTE is from QB. Type ABS move your cursor back and press F1 on the keyboard for...
@mikrom
I had QB64win v0.953 and am going to check out this v2.0.2 after all 16,200+ files have extracted. Thanks for the reminder and possible upgrade. [thumbsup]
@joewillerols
If memory serves correctly characters 0 through 31 were primarily for printer controls...especially for CANNON...
Glad that's resolved.
You may want to consider getting more memory or turn off any background processes while you continue using your workbook.
Good Luck
--MiggyD
"If a tree falls in the forest and no one is around, does it make a sound?" I finally got the REAL answer!
AHH! Therein lies the problem. You are not communicating clearly. Even I have a hard time understanding.
I am guessing you mean the content combination of C and D; not ...
If you are using your original workbook. You really shouldn't until you understand what is happening, why it works one...
This one is going to be interesting to watch...
they all have Excel 2010 (most likely everybody is using Win7pro? [at least?])
the remote user's AV aren't mentioned (some of those are such sticklers for TCP and Identity issues)
did you try this from your house? (better control/access to...
As far as I know, you cannot have a Function inside a Sub. Even though a module may iterate itself to completion (or get stuck in an infinite loop and crash). I have never seen it done as in the manner you have posted....
I labeled it raisinmacro.
I probably made a mess of it:
Sub...
Based on your code, I know you are still learning to use QB.
You will need to have a " DOUBLE-LONG " variable memory space. PLEASE NOTE: this will eat up some of your 65k memory allocation to QB...use it sparingly or RE-use a common D-Long variable through-out your program AS NEEDED. (yes you...
Umm, OK??? Glad to have helped?? Although, I'm not sure how. Anyways...
Sorry if by "studies" you thought I thought you were a student. That was not the case. I am self-taught in several languages. Currently 'studying' php on my own.
Also, I am confused but I thought you might have gone with...
Well I don't use COM either. After doing some quick searches it appears you may/would need to use PowerShell instead of vbscript.
Maybe these sites can better help you:
http://www.example-code.com/vbscript/cert_load_base64.asp...
Glad you solved it.
After pondering the riddle (for many years I might add) I finally got the answer (inadvertently through a movie): "If a tree falls in the forest and no one is around, does it make a sound?"
Well, you have this ONE (1) cmdOK_Click() for all 3 Sheets. And the way you have it coded is what you are getting....
When you click on OK (see your code above) no matter what sheet it is running on; you told it to GOTO SHEET1 and put this info. After that is done, GOTO SHEET2 and put this...
In case the wiki is gone, I'd thought I'd follow up....
In short MODULO (in UBasic) simply means "REMAINDER" -- and -- the mathematical expression to activate it is by using the percent sign (%).
So based on that info, if someone gave you (US) 459 pennies you could use modulo to tell you...
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.