Use Application.Transpose:
Function vCP(v1 As Variant, v2 As Variant) As Variant vCP = Application.Transpose(Array(v1(2) * v2(3) - v1(3) * v2(2), _ v1(3) * v2(1) - v1(1) * v2(3), _ v1(1) * v2(2) - v1(2) * v2(1))) End Function
Related Posts:
- C++ compile time error: expected identifier before numeric constant
- MS Excel Scatterplot converts Months to Numbers
- IndexError: too many indices for array
- What does <> mean?
- What is the easiest way to initialize a std::vector with hardcoded elements?
- Vector of Vectors to create matrix
- Excel to Google Sheets – Error: Formula parse error
- How to find out if an item is present in a std::vector?
- How do I print out the contents of a vector?
- check if a std::vector contains a certain object?
- Counting the number of elements with the values of x in a vector
- C++ for each, pulling from vector elements
- IndexError: too many indices for array
- Swap x and y axis without manually swapping values
- How do I erase an element from std::vector<> by index?
- How to print elements in a vector c++
- How do I reverse a C++ vector?
- Are vectors passed to functions by value or by reference in C++
- Debug assertion failed. C++ vector subscript out of range
- No matching member function for call to ‘push_back’ error
- Why there is no pop_front method in C++ std::vector?
- Initializing a two dimensional std::vector
- Debug assertion failed. C++ vector subscript out of range
- Invalid column count in CSV input on line 1 Error
- Vector is not a Template?
- Displaying a vector of strings in C++
- Invalid column count in CSV input on line 1 Error
- ‘vector’ in namespace ‘std’ does not have a template type
- C# equivalent of C++ vector, with contiguous memory?
- excel IF formula Error, “You’ve entered too many arguments”
- Vector of structs initialization
- Converting a vector
to string - Insert picture into Excel cell
- Export html table data to Excel using JavaScript / JQuery is not working properly in chrome browser
- What is a correct MIME type for .docx, .pptx, etc.?
- Is there Infinity in Spreadsheets?
- How to fix file format and extension don’t match?
- Declaring variables in Excel Cells
- Why doesn’t std::vector::push_front() exist?
- C++ delete vector, objects, free memory
- How to access the contents of a vector from a pointer to the vector in C++?
- Better way to find last used row
- How to loop in excel without VBA or macros?
- How can I open an Excel file in Python?
- How to convert vector to array
- ValueError: cannot index with vector containing NA / NaN values
- No operator << matches these operands
- Excel VBA Macro: User Defined Type Not Defined
- How can I import an Excel file into SQL Server?
- What is correct content-type for excel files?
- How do I get countifs to select all non-blank cells in Excel?
- How to run a SQL query on an Excel table?
- What is the function of FormulaR1C1?
- What exactly is the function of Application.CutCopyMode property in Excel
- What’s the most efficient way to erase duplicates and sort a vector?
- Excel – SUMIFS for multiple columns
- Select method of Range class failed via VBA
- How to initialize a vector of pointers
- Does VBA contain a comment block syntax?
- VBA Excel – Insert row below with same format including borders and frames
- ImportError: No module named win32com.client
- Is it possible to force Excel recognize UTF-8 CSV files automatically?
- C++ Erase vector element by value rather than by position?
- Excel Filters – show only relevant values in the filter
- Linked List vs Vector
- Select all the cells below current cell in excel
- Correct way to work with vector of arrays
- C++ error: double free or corruption (fasttop)
- How to clear memory to prevent “out of memory error” in excel vba?
- Excel: Can I create a Conditional Formula based on the Color of a Cell?
- Python 3: Multiply a vector by a matrix without NumPy
- VBA: Else without If Error
- Recommended IDE for VBA
- ByRef argument type mismatch in Excel VBA
- ‘Microsoft.ACE.OLEDB.16.0’ provider is not registered on the local machine.
- How do I open space-delimited file in Microsoft Excel?
- How to create a vector of class objects in C++?
- Scraping data from website using vba
- Using SUBSTITUTE with wildcard characters
- Error: “Could Not Find Installable ISAM”
- VB: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)
- Row count where data exists
- Test or check if sheet exists
- How to detect if user select cancel InputBox VBA Excel
- Why can’t I make a vector of references?
- Shortcut to Apply a Formula to an Entire Column in Excel
- macro run-time error ‘9’: subscript out of range
- Refreshing all the pivot tables in my excel workbook with a macro
- Converting Excel Column with To SSRS (inch or pt)
- How to get the vector between two vectors?
- Convert data.frame column to a vector?
- clearing a vector of pointers [duplicate]
- Excel Solver Password: what is it and where can it be acquired/bought?
- VBA Excel “Compile error: Object Required”
- Choosing paper size (NOT DEFAULT sizes) in excel vba
- “Unable to get the VLookup property of the WorksheetFunction Class” error [duplicate]
- Using Excel VBA to run SQL query
- VBA: Getting run-time 1004: Method ‘Range’ of object ‘_Worksheet’ failed when using cells
- Compile error: Next without For || VBA
- “Cannot allocate an object of abstract type” error