698 results
Order by date - Order by pertinence
All (698)
Press (108)
High-tech (586)
Forums (4)
 
Nistica Launches High Port-Count Building Blocks for Next-Generation Networks
Announces the availability of 15-port waveblocker arrays for versatile network applications.
Press published on the March 5th, 2012 - 7:06 AM ET
Silicon Labs Launches Industry’s Most Flexible and Developer-Friendly 32-Bit Mixed-Signal MCUs
New Precision32™ Family Redefines Versatility, Integration, Power Efficiency and Ease of Use for a Broad Range of Embedded Designs.
Press published on the February 28th, 2012 - 7:05 AM ET
Signal Transformer Introduces Over 150 New Series of SMD Power Inductors
Wire Wound Devices Feature Low Profile, High Current Capacity, And Wide Inductance Range.
Press published on the January 30th, 2012 - 7:00 AM ET
Signal Transformer Introduces "Machine Builder" Transformers for Heavy-Duty Machine and Medical Applications
Concentrically Constructed Platform Provides Double Reinforced Insulation and Volumetric Efficiency.
Press published on the June 1st, 2011 - 6:00 AM ET
Peninsula Regional Medical Center Wins McKesson Award for Clinical Excellence
Evidence-based alerts help caregivers proactively address deteriorating patient conditions.
Press published on the May 2nd, 2013 - 7:33 AM ET
Family Dollar Improves Data Visibility and Collaboration With Enterprise Market Knowledge Solution From TAS
Family Dollar (NYSE:FDO), one of the nation’s leading discount retailers, announced today that the company is seeing a wide variety of benefits from the deployment of TAS Unity™, an enterprise market knowledge ...
Press published on the April 24th, 2013 - 8:30 AM ET
Kaelus Launches DAS Interface Solutions Providing Clean RF Power Management
Building on its market-leading competence in designing high-performance RF solutions, Kaelus has launched a new range of low PIM power management solutions to support Distributed Antenna System (DAS) networks. ...
Press published on the March 16th, 2013 - 10:00 PM ET
Other results are also available in our forums :
Array Limit
I Am using the following that I found somewhere to get the members in an Active Directory group and populate a spreadsheet with the names. Problem is it always returns 1500 names. even if I know there are 1600 people in this group. Is the array ...
Message posted on the April 30th, 2010 - 7:01 PM ET
Array To View Specific Sheet(s)
Using a macro I need to view specific worksheets if they have content. I will always want my "Invoice" sheet and if on the Invoice sheet, cell B12 has a value I want to view the Invoice and Labour sheet. If cell B13 has a value I also ...
Message posted on the March 25th, 2010 - 12:46 AM ET
Dynamic Array for data consolidation
Hi, After I made use the codes from the same thread, modified for my need and later I found out that I do not know how to change the codes below from hard code array to dynamic array to take any number of excel workbooks ( ie it will increase from ...
Message posted on the February 3rd, 2010 - 3:22 AM ET
Macro issues - trying to get an array to a column
I found a great macro I want to use to convert an array to a column. This one takes an array like so: 1 2 3 4 5 6 and makes it 1 4 2 5 3 6 But I need 1 2 3 4 5 6 Can anyone help me edit it? I can't get it to work for the life of me. Thanks! ...
Message posted on the May 31st, 2009 - 10:58 PM ET
How to return Array() to range as variable?
The following does what I want: Sub testit() Range("b2:d2") = Array(21, 22, 23) End Sub But I would prefer to use a variable instead of Range("b2:d2"). (Part of a larger macro.) Why doesn't the following work? More ...
Message posted on the May 6th, 2009 - 4:14 PM ET
Can't get length of a variant array passed to a subroutine
I have a string array, declared by: Dim HRColHdrs(3) As Variant I explicitly define the strings, then pass them to a function, as "ColHdrs" shown below. Private Sub HdrChk(ByVal ShtName As String, ByRef ColHdrs As Variant) Dim i, n As ...
Message posted on the November 22nd, 2009 - 4:33 AM ET
Make Array Look Like a Range in VBA
I need my VBA Array to look like a range, is this possible? For example, I have a function (PartInfo) that fills an element of an array (.aryPartDes) with a range (1 row, 4 columns: total 4 cells) that is related to my user define type (TG). When ...
Message posted on the November 11th, 2009 - 12:24 PM ET