I'm not a memory expert, but this seems like a good enough deal that I jumped on it... worth the price?
https://www.newegg.com/team-64gb-288-pin-ddr4-sdram/p/N82E16820331653?Item=N82E16820331653
If there is a microcenter nearby, any reason the 5800x isn't worth $30 over the 5700x? Just curious. My son picked up a 5800x on black friday for $200. I agree though on the Intel deals. Picked up a 12700k / mobo combo myself. Incredible value. And I've been a Ryzen 1600->3600 user since...
Dang, out of stock already. Indeed a nice psu.
So I refreshed / clicked the link a dozen or so times - it would show in stock, I'd add it to the cart, then try to checkout and it would be removed. Kept trying long enough that I was able to get the order to process. Persistence appears to...
https://www.amazon.com/gp/product/B09J1S9F52/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1
I ordered 9 @ $.10 each - had trouble trying to order more, but did it hastily to try to snag the deal. We'll see if they ship them or not.
Legend 740 2500/2000MB/s @ 250 GB (you save $108.69) 91 left...
Yep. I found this one after seeing that the ti was gone. Posted a link since the available inventory will only continue to dwindle. The 1070 sold out as of this morning.
I realize you have many questions/issues, but regarding the "space" being entered, you should be able to use trim() to eliminate this one.
Private Sub txtA4_01_AfterUpdate()
If trim(txtA4_01) = "" Then
txtA4_01.Font.Italic = True
txtA4_01 = "Description"...
It sounds like you're trying to redim an array that was declared with a specific size (ie: dim myArray(2)), which you can't do.
An example of your code would likely generate more helpful responses.
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.